検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 360 for while (0.092 sec.)
クエリがプリフェッチする行数を設定する 4268
« oci_set_prefetch_lob oci_statement_type » PHP Manual OCI8 関数 クエリがプリフェッチする行数を設 ... i_execute ( $stid ); echo "<table border='1'>\n" ; while ( $row = oci_fetch_array ( $stid , OCI_ASSOC + OCI ... execute ( $refcur ); echo "<table border='1'>\n" ; while ( $row = oci_fetch_array ( $refcur , OCI_ASSOC + O ...
https://man.plustar.jp/php/function.oci-set-prefetch.html - [similar]
利用可能なDSNについての情報を返す 4268
« odbc_cursor odbc_do » PHP Manual ODBC 関数 利用可能なDSNについての情報を返す odbc_data_source ... fo = odbc_data_source ( $conn , SQL_FETCH_FIRST ); while ( $dsn_info ) { print_r ( $dsn_info ); $dsn_info = ...
https://man.plustar.jp/php/function.odbc-data-source.html - [similar]
属性を取得する 4268
« radius_demangle radius_get_tagged_attr_data » PHP Manual Radius 関数 属性を取得する radius_get ... 番号を返します。 例 例1 radius_get_attr() の例 <?php while ( $resa = radius_get_attr ( $res )) { if (! is_arr ...
https://man.plustar.jp/php/function.radius-get-attr.html - [similar]
ベンダ固有の属性を取得する 4268
« radius_get_tagged_attr_tag radius_put_addr » PHP Manual Radius 関数 ベンダ固有の属性を取得する ... します。 例 例1 radius_get_vendor_attr() の例 <?php while ( $resa = radius_get_attr ( $res )) { if (! is_arr ...
https://man.plustar.jp/php/function.radius-get-vendor-attr.html - [similar]
Retrieves the number of fields (columns) on a statement 4268
« sqlsrv_next_result sqlsrv_num_rows » PHP Manual SQLSRV 関数 Retrieves the number of fields (co ... ue )); } $numFields = sqlsrv_num_fields ( $stmt ); while( sqlsrv_fetch ( $stmt )) { // Iterate through the ...
https://man.plustar.jp/php/function.sqlsrv-num-fields.html - [similar]
Sends data from parameter streams to the server 4268
« sqlsrv_rows_affected sqlsrv_server_info » PHP Manual SQLSRV 関数 Sends data from parameter str ... ith each call to sqlsrv_send_stream_data. $i = 1 ; while( sqlsrv_send_stream_data ( $stmt )) { $i ++; } ech ...
https://man.plustar.jp/php/function.sqlsrv-send-stream-data.html - [similar]
現在の umask を変更する 4268
« touch unlink » PHP Manual ファイルシステム 関数 現在の umask を変更する umask (PHP 4, PHP 5, P ... ク if ( $old != umask ()) { die( 'An error occurred while changing back the umask' ); } ?> 注意 注意 : マルチ ...
https://man.plustar.jp/php/function.umask.html - [similar]
Add a task to get status 4268
« GearmanClient::addTaskLowBackground GearmanClient::clearCallbacks » PHP Manual GearmanClient A ... unTasks (); echo "Done: $done \n" ; sleep ( 1 ); } while ( $done != 2 ); function reverse_status ( $task , ...
https://man.plustar.jp/php/gearmanclient.addtaskstatus.html - [similar]
Get the status for the running task 4268
« GearmanClient::doNormal GearmanClient::echo » PHP Manual GearmanClient Get the status for the ... " . $gmclient -> returnCode () . "\n" ; exit; } } while( $gmclient -> returnCode () != GEARMAN_SUCCESS ); ...
https://man.plustar.jp/php/gearmanclient.dostatus.html - [similar]
Wait for activity from one of the job servers 4268
« GearmanWorker::unregisterAll GearmanWorker::work » PHP Manual GearmanWorker Wait for activity ... ( 'reverse' , 'reverse_fn' ); # Try to grab a job while (@ $worker -> work () || $worker -> returnCode () ...
https://man.plustar.jp/php/gearmanworker.wait.html - [similar]