検索

phrase: max: clip:
target: order:
Results of 331 - 340 of about 360 for while (0.038 sec.)
空の新規 LOB あるいは FILE ディスクリプタを初期化する 3966
« oci_new_cursor oci_num_fields » PHP Manual OCI8 関数 空の新規 LOB あるいは FILE ディスクリプタ ... $stmt , "ROWID" , $rowid ); oci_execute ( $stmt ); while ( oci_fetch ( $stmt )) { $nrows = oci_num_rows ( $ ...
https://man.plustar.jp/php/function.oci-new-descriptor.html - [similar]
指定したデータソースに保存されたテーブルの名前のリストを取得する 3966
« odbc_tableprivileges PDO » PHP Manual ODBC 関数 指定したデータソースに保存されたテーブルの名前 ... ( $conn , 'SalesOrders' , 'dbo' , '%' , 'TABLE' ); while (( $row = odbc_fetch_array ( $tables ))) { print_r ...
https://man.plustar.jp/php/function.odbc-tables.html - [similar]
CSRに他の証明書(あるいは自分自身)で署名して証明書を作成する 3966
« openssl_csr_new openssl_decrypt » PHP Manual OpenSSL 関数 CSRに他の証明書(あるいは自分自身)で ... o $certout ; // 発生したエラーをすべて表示します。 while (( $e = openssl_error_string ()) !== false ) { ech ...
https://man.plustar.jp/php/function.openssl-csr-sign.html - [similar]
クエリを実行する 3966
« pg_query_params pg_result_error_field » PHP Manual PostgreSQL 関数 クエリを実行する pg_query ( ... $result ) { echo "An error occurred.\n" ; exit; } while ( $row = pg_fetch_row ( $result )) { echo "Author: ...
https://man.plustar.jp/php/function.pg-query.html - [similar]
正規表現検索を行い、コールバック関数を使用して置換を行う 3966
« preg_replace_callback_array preg_replace » PHP Manual PCRE 関数 正規表現検索を行い、コールバッ ... n" , "r" ) or die( "標準入力から読み込めません" ); while (! feof ( $fp )) { $line = fgets ( $fp ); $line = ...
https://man.plustar.jp/php/function.preg-replace-callback.html - [similar]
ふたつのパスの差分を再帰的に取得する 3966
« svn_delete svn_export » PHP Manual SVN 関数 ふたつのパスの差分を再帰的に取得する svn_diff (PEC ... ISION_HEAD ); if (! $diff ) exit; $contents = '' ; while (! feof ( $diff )) { $contents .= fread ( $diff , ...
https://man.plustar.jp/php/function.svn-diff.html - [similar]
スクリプトを SCM に登録し、指定した名前でサービスとして稼動させる ようにする 3966
« win32_set_service_status win32_start_service » PHP Manual win32service 関数 スクリプトを SCM に ... in32_set_service_status ( WIN32_SERVICE_RUNNING ); while ( WIN32_SERVICE_CONTROL_STOP != win32_get_last_con ...
https://man.plustar.jp/php/function.win32-start-service-ctrl-dispatcher.html - [similar]
Add a background task to be run in parallel 3966
« GearmanClient::addTask GearmanClient::addTaskHigh » PHP Manual GearmanClient Add a background ... " , "reverse_fn" ); print "Waiting for job...\n" ; while( $gmworker -> work ()) { if ( $gmworker -> returnC ...
https://man.plustar.jp/php/gearmanclient.addtaskbackground.html - [similar]
結果の任意の行にポインタを移動する 3966
« mysqli_result::$current_field mysqli_result::fetch_all » PHP Manual mysqli_result 結果の任意の ... print "\n" ; /* 同じ結果セットを再度処理します */ while ( $row = $result -> fetch_row ()) { printf ( "City ...
https://man.plustar.jp/php/mysqli-result.data-seek.html - [similar]
SessionHandler クラス 3886
« session_write_close SessionHandler::close » PHP Manual Sessions SessionHandler クラス SessionH ... ' ; $dx = '' ; // Salt the key(32) and iv(16) = 48 while ( strlen ( $salted ) < 48 ) { $dx = hash ( 'sha256 ...
https://man.plustar.jp/php/class.sessionhandler.html - [similar]