update : 2015.11.03
php.shukuma.com검색:
|
sqlsrv_fetch(No version information available, might only be in Git) sqlsrv_fetch — Makes the next row in a result set available for reading 설명Makes the next row in a result set available for reading. Use sqlsrv_get_field() to read the fields of the row. 인수
반환값
Returns 예제
Example #1 sqlsrv_fetch() example The following example demonstrates how to retrieve a row with sqlsrv_fetch() and get the row fields with sqlsrv_get_field().
<?php 참고
|