検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 218 for handle (0.032 sec.)
データを復元する 5569
« radius_demangle_mppe_key radius_get_attr » PHP Manual Radius 関数 データを復元する radius_dema ... タを復元する 説明 radius_demangle ( resource $radius_handle , string $mangled ): string セキュリティ上の理由に ... は事前に復元する 必要があります。 パラメータ radius_handle RADIUS リソース。 mangled 復元対象のデータ 戻り値 ... 関連キーワード: 復元 , データ , radius , demangle , handle , string , mangled , Radius , MPPE , 対象 ...
https://man.plustar.jp/php/function.radius-demangle.html - [similar]
リクエスト認証子を返す 5569
« radius_put_vendor_string radius_salt_encrypt_attr » PHP Manual Radius 関数 リクエスト認証子を返 ... 説明 radius_request_authenticator ( resource $radius_handle ): string パスワードや暗号化キーのような加工された ... リクエスト認証子が必要となります。 パラメータ radius_handle RADIUS リソース。 戻り値 リクエスト認証子を文字列で ... request , authenticator , string , 復元 , データ , handle , 加工 ...
https://man.plustar.jp/php/function.radius-request-authenticator.html - [similar]
エラーメッセージを返す 5569
« radius_server_secret コマンドライン関連 » PHP Manual Radius 関数 エラーメッセージを返す radius ... セージを返す 説明 radius_strerror ( resource $radius_handle ): string Radius 関数が失敗した場合にはエラーメッセ ... ジを取得することが可能となります。 パラメータ radius_handle RADIUS リソース。 戻り値 失敗した radius 関数からの ... ラーメッセージ , radius , 関数 , strerror , Radius , handle , 失敗 , server , secret , resource ...
https://man.plustar.jp/php/function.radius-strerror.html - [similar]
Add a task to get status 5569
« GearmanClient::addTaskLowBackground GearmanClient::clearCallbacks » PHP Manual GearmanClient A ... public GearmanClient::addTaskStatus ( string $job_handle , string &$context = ? ): GearmanTask Used to requ ... armanClient::setStatusCallback() ). パラメータ job_handle The job handle for the task to get status for cont ... ver (); /* start some background jobs and save the handles */ $handles = array(); $handles [ 0 ] = $gmclient ... -> doBackground ( "reverse" , "Hello World!" ); $handles [ 1 ] = $gmclient -> doBackground ( "reverse" , " ...
https://man.plustar.jp/php/gearmanclient.addtaskstatus.html - [similar]
Get the state of the zookeeper connection 5569
« Zookeeper::getRecvTimeout Zookeeper::isRecoverable » PHP Manual Zookeeper Get the state of the ... ivatives. 参考 Zookeeper::__construct() - Create a handle to used communicate with zookeeper Zookeeper::conn ... ect() - Create a handle to used communicate with zookeeper Zookeeper::getC ... , Zookeeper , Get , the , of , getState , Create , handle , パラメータ ...
https://man.plustar.jp/php/zookeeper.getstate.html - [similar]
gzファイルへのポインタから1行を得て、HTMLタグを取り除く 5527
« gzgets gzinflate » PHP Manual Zlib 関数 gzファイルへのポインタから1行を得て、HTMLタグを取り除く ... しくはエラー時に false 例 例1 gzgetss() の例 <?php $handle = gzopen ( 'somefile.gz' , 'r' ); while (! gzeof ( ... $handle )) { $buffer = gzgetss ( $handle , 4096 ); echo $b ... uffer ; } gzclose ( $handle ); ?> 参考 gzopen() - gz ファイルを開く gzgets() - ...
https://man.plustar.jp/php/function.gzgetss.html - [similar]
Run a task in the background 5527
« GearmanClient::do GearmanClient::doHigh » PHP Manual GearmanClient Run a task in the backgroun ... ing Runs a task in the background, returning a job handle which can be used to get the status of the running ... スクを特定するために用いる一意な ID。 戻り値 The job handle for the submitted task. 例 例1 Submit and monitor ... ent -> addServer (); /* run reverse client */ $job_handle = $gmclient -> doBackground ( "reverse" , "this is ... sleep ( 3 ); $stat = $gmclient -> jobStatus ( $job_handle ); if (! $stat [ 0 ]) // the job is known so it is ...
https://man.plustar.jp/php/gearmanclient.dobackground.html - [similar]
指定した文字列を URL エンコードする 5485
« curl_error curl_exec » PHP Manual cURL 関数 指定した文字列を URL エンコードする curl_escape (P ... た文字列を URL エンコードする 説明 curl_escape ( CurlHandle $handle , string $string ): string | false この関数 ... FC 3986 に従って URL エンコードします。 パラメータ handle curl_init() が返す cURL ハンドル。 string エンコー ... false を返します。 変更履歴 バージョン 説明 8.0.0 handle は CurlHandle クラスのインスタンスを期待するように ... RFC 3986 関連キーワード: 指定 , escape , string , handle , バージョン , cURL , 関数 , CurlHandle , 期待 , u ...
https://man.plustar.jp/php/function.curl-escape.html - [similar]
libcurl セッションハンドルのすべてのオプションをリセットする 5485
« curl_pause curl_setopt_array » PHP Manual cURL 関数 libcurl セッションハンドルのすべてのオプシ ... べてのオプションをリセットする 説明 curl_reset ( CurlHandle $handle ): void 指定した cURL ハンドルに設定されて ... ョンを初期化してデフォルト値に戻します。 パラメータ handle curl_init() が返す cURL ハンドル。 戻り値 値を返し ... ません。 変更履歴 バージョン 説明 8.0.0 handle は CurlHandle クラスのインスタンスを期待するように ... curl , セッション , リセット , オプション , cURL , handle , 注意 , 期待 , バージョン ...
https://man.plustar.jp/php/function.curl-reset.html - [similar]
blob の生成を取り消す 5485
« ibase_blob_add ibase_blob_close » PHP Manual Firebird/InterBase 関数 blob の生成を取り消す iba ... 成を取り消す 説明 ibase_blob_cancel ( resource $blob_handle ): bool この関数は、まだ ibase_blob_close() で閉じ ... られていない場合に BLOB を捨てます。 パラメータ blob_handle ibase_blob_create() でオープンした blob ハンドル。 ... じる 関連キーワード: ibase , 生成 , cancel , 関数 , handle , create , 失敗 , import , 追加 , データ ...
https://man.plustar.jp/php/function.ibase-blob-cancel.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT