update : 2015.11.03
php.shukuma.com검색:
|
sqlsrv_get_field(No version information available, might only be in Git) sqlsrv_get_field — Gets field data from the currently selected row 설명Gets field data from the currently selected row. Fields must be accessed in order. Field indices start at 0. 인수
반환값
Returns data from the specified field on success. Returns 예제
Example #1 sqlsrv_get_field() example The following example demonstrates how to retrieve a row with sqlsrv_fetch() and get the row fields with sqlsrv_get_field().
<?php 참고
|