検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 252 for exit (0.008 sec.)
結果セットの取得を開始する 4781
« mysqli::thread_safe mysqli::$warning_count » PHP Manual mysqli 結果セットの取得を開始する mysq ... "Connect failed: %s\n" , mysqli_connect_error ()); exit(); } $query = "SELECT CURRENT_USER();" ; $query .= ... "Connect failed: %s\n" , mysqli_connect_error ()); exit(); } $query = "SELECT CURRENT_USER();" ; $query .= ...
https://man.plustar.jp/php/mysqli.use-result.html - [similar]
Increases the count of the semaphore 4781
« SyncSemaphore::lock SyncEvent » PHP Manual SyncSemaphore Increases the count of the semaphore ... ock ( 3000 )) { echo "Unable to lock semaphore." ; exit(); } /* ... */ $semaphore -> unlock (); ?> 参考 Sy ...
https://man.plustar.jp/php/syncsemaphore.unlock.html - [similar]
パーサトークンの一覧 4781
« PHP 型の比較表 ユーザーレベルでの命名の手引き » PHP Manual 付録 パーサトークンの一覧 パーサトー ... (PHP 8.1.0 以降で利用可能) T_EVAL eval() eval() T_EXIT exit or die exit() , die() T_EXTENDS extends exten ...
https://man.plustar.jp/php/tokens.html - [similar]
基本的な VarnishLog の使用法 4781
« 基本的な VarnishStat の使用法 VarnishAdmin » PHP Manual 例 基本的な VarnishLog の使用法 基本的 ... e [ 'tag' ]), $line [ 'id' ], $line [ 'data' ]); } exit( 0 ); ?> 関連キーワード: 基本 , VarnishLog , 使用 ...
https://man.plustar.jp/php/varnish.example.log.html - [similar]
FTP サーバーからファイルを取得し、ローカルファイルに書き込む(非ブロッキング) 4741
« ftp_nb_fput ftp_nb_put » PHP Manual FTP 関数 FTP サーバーからファイルを取得し、ローカルファイル ... cho "There was an error downloading the file..." ; exit( 1 ); } ?> 例2 ftp_nb_get() でダウンロードを再開す ... cho "There was an error downloading the file..." ; exit( 1 ); } ?> 例3 ftp_nb_get() を用い、ファイルの 100 ...
https://man.plustar.jp/php/function.ftp-nb-get.html - [similar]
バイナリセーフなファイル書き込み処理 4741
« ftruncate glob » PHP Manual ファイルシステム 関数 バイナリセーフなファイル書き込み処理 fwrite ... , 'a' )) { echo "Cannot open file ( $filename )" ; exit; } // オープンしたファイルに$somecontentを書き込み ... SE ) { echo "Cannot write to file ( $filename )" ; exit; } echo "Success, wrote ( $somecontent ) to file ( ...
https://man.plustar.jp/php/function.fwrite.html - [similar]
行を配列として取得する 4741
« pg_fetch_all pg_fetch_assoc » PHP Manual PostgreSQL 関数 行を配列として取得する pg_fetch_array ... " ); if (! $conn ) { echo "An error occurred.\n" ; exit; } $result = pg_query ( $conn , "SELECT author, em ... ); if (! $result ) { echo "An error occurred.\n" ; exit; } $arr = pg_fetch_array ( $result , 0 , PGSQL_NUM ...
https://man.plustar.jp/php/function.pg-fetch-array.html - [similar]
クエリを実行する 4741
« pg_query_params pg_result_error_field » PHP Manual PostgreSQL 関数 クエリを実行する pg_query ( ... " ); if (! $conn ) { echo "An error occurred.\n" ; exit; } $result = pg_query ( $conn , "SELECT author, em ... ); if (! $result ) { echo "An error occurred.\n" ; exit; } while ( $row = pg_fetch_row ( $result )) { echo ...
https://man.plustar.jp/php/function.pg-query.html - [similar]
Backup a function 4741
« uopz_allow_exit uopz_compose » PHP Manual Uopz 関数 Backup a function uopz_backup (PECL uopz 1 ...
https://man.plustar.jp/php/function.uopz-backup.html - [similar]
Run a single task and return a result [deprecated] 4741
« GearmanClient::data GearmanClient::doBackground » PHP Manual GearmanClient Run a single task a ... break; case GEARMAN_WORK_FAIL : echo "Failed\n" ; exit; case GEARMAN_SUCCESS : break; default: echo "RET: ... echo "Errno: " . $gmclient -> getErrno () . "\n" ; exit; } } while( $gmclient -> returnCode () != GEARMAN_ ...
https://man.plustar.jp/php/gearmanclient.do.html - [similar]