検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 353 for else (0.170 sec.)
署名済みの公開鍵とチャレンジから、有効なPEMフォーマットの公開鍵をエクスポートす... 4171
« openssl_spki_export_challenge openssl_spki_new » PHP Manual OpenSSL 関数 署名済みの公開鍵とチャ ... pkac' ])); if ( $spkac != NULL ) { echo $spkac ; } else { echo "Extraction of pub key failed" ; } ?> <keyg ...
https://man.plustar.jp/php/function.openssl-spki-export.html - [similar]
プロセスのリソースを管理する 4171
« pcntl_getpriority pcntl_setpriority » PHP Manual PCNTL 関数 プロセスのリソースを管理する pcntl ... / This is the parent process. var_dump ( $pid ); } else { // This is the child process. var_dump ( $pid ); ...
https://man.plustar.jp/php/function.pcntl-rfork.html - [similar]
SQL NOTIFY メッセージを取得する 4171
« pg_free_result pg_get_pid » PHP Manual PostgreSQL 関数 SQL NOTIFY メッセージを取得する pg_get_ ... conn ); if (! $notify ) { echo "No messages\n" ; } else { print_r ( $notify ); } ?> 参考 pg_get_pid() - バ ...
https://man.plustar.jp/php/function.pg-get-notify.html - [similar]
PostgreSQL 接続のトレースを有効にする 4171
« pg_socket pg_transaction_status » PHP Manual PostgreSQL 関数 PostgreSQL 接続のトレースを有効に ... /tmp/trace.log にバックエンドの通信が記録される } else { print pg_last_error ( $pgsql_conn ); exit; } ?> ...
https://man.plustar.jp/php/function.pg-trace.html - [similar]
readline コールバックインターフェイスと端末を初期化し、 プロンプトを表示して結果... 4171
« readline_add_history readline_callback_handler_remove » PHP Manual Readline 関数 readline コー ... g = false ; readline_callback_handler_remove (); } else { readline_callback_handler_install ( "[ $c ] Ente ...
https://man.plustar.jp/php/function.readline-callback-handler-install.html - [similar]
指定された部分文字列が、文字列に含まれるかを調べる 4171
« sscanf str_ends_with » PHP Manual String 関数 指定された部分文字列が、文字列に含まれるかを調べ ... ho 'The string "Lazy" was found in the string' ; } else { echo '"Lazy" was not found because the case does ...
https://man.plustar.jp/php/function.str-contains.html - [similar]
文字列が、指定された文字列で終わるかを調べる。 4171
« str_contains str_getcsv » PHP Manual String 関数 文字列が、指定された文字列で終わるかを調べる。 ... ence' )) { echo 'The string ends with "fence"' ; } else { echo '"fence" was not found because the case doe ...
https://man.plustar.jp/php/function.str-ends-with.html - [similar]
文字列が指定された部分文字列で始まるかを調べる 4171
« str_split str_word_count » PHP Manual String 関数 文字列が指定された部分文字列で始まるかを調べ ... 'the' )) { echo 'The string starts with "the"' ; } else { echo '"the" was not found because the case does ...
https://man.plustar.jp/php/function.str-starts-with.html - [similar]
システムログのメッセージを生成する 4171
« socket_set_timeout RRD » PHP Manual ネットワーク 関数 システムログのメッセージを生成する syslo ... コード if ( authorized_client ()) { // 何かをする } else { // クライアントは未認証! // ログを記録する $acce ...
https://man.plustar.jp/php/function.syslog.html - [similar]
指定したキーの排他ロックを解放する 4171
« wincache_ucache_set Windows でのビルド » PHP Manual WinCache 関数 指定したキーの排他ロックを解 ... nlock ( “lock_txt_lock” ); // ロックを解放します } else { echo "Couldn't get the lock!" ; } fclose ( $fp ) ...
https://man.plustar.jp/php/function.wincache-unlock.html - [similar]