update : 2015.11.03
php.shukuma.com검색:
|
mssql_result(PHP 4, PHP 5, PECL odbtp >= 1.1.1) mssql_result — Get result data 설명mssql_result() returns the contents of one cell from a MS SQL result set. 인수
반환값Returns the contents of the specified cell. 예제
Example #1 mssql_result() example
<?php 위 예제의 출력 예시: Kalle Felipe Emil Ross
Example #2 Faster alternative to above example
<?php 주의
참고Recommended high-performance alternatives:
|