検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 218 for handle (0.014 sec.)
ファイルポインタから 1 行取り出し、HTML タグを取り除く 6679
« fgets file_exists » PHP Manual ファイルシステム 関数 ファイルポインタから 1 行取り出し、HTML タ ... らないことを強く推奨します。 説明 fgetss ( resource $handle , int $length = ? , string $allowable_tags = ? ): ... 関数を呼び出すのと同じではありません。 パラメータ handle ファイルポインタは、有効なファイルポインタである必 ... ついて詳しくは strip_tags() を参照ください。 戻り値 handle で指定したファイルポインタから最大 length - 1 バイ ... . EOD; file_put_contents ( 'sample.php' , $str ); $handle = @ fopen ( "sample.php" , "r" ); if ( $handle ) { ...
https://man.plustar.jp/php/function.fgetss.html - [similar]
現在の cURL ハンドルから、サブ接続を実行する 6595
« curl_multi_errno curl_multi_getcontent » PHP Manual cURL 関数 現在の cURL ハンドルから、サブ接 ... 、サブ接続を実行する 説明 curl_multi_exec ( CurlMultiHandle $multi_handle , int &$still_running ): int スタック ... どうかにかかわらずコール可能です。 パラメータ multi_handle curl_multi_init() が返す cURL マルチハンドル。 sti ... 性があります。 変更履歴 バージョン 説明 8.0.0 multi_handle は CurlMultiHandle クラスのインスタンスを期待するよ ... (); // ふたつのハンドルを追加します curl_multi_add_handle ( $mh , $ch1 ); curl_multi_add_handle ( $mh , $ch2 ...
https://man.plustar.jp/php/function.curl-multi-exec.html - [similar]
ディレクトリハンドルを元に戻す 6469
« readdir scandir » PHP Manual ディレクトリ 関数 ディレクトリハンドルを元に戻す rewinddir (PHP 4 ... ハンドルを元に戻す 説明 rewinddir ( ? resource $dir_handle = null ): void dir_handle で指定されたディレクトリ ... ディレクトリの先頭にリセットします。 パラメータ dir_handle opendir() が事前にオープンした ディレクトリハンドル ... 値を返しません。 変更履歴 バージョン 説明 8.0.0 dir_handle は、nullable になりました。 関連キーワード: ディレ ... クトリ , ハンドル , 元 , handle , rewinddir , opendir , オープン , バージョン , 履 ...
https://man.plustar.jp/php/function.rewinddir.html - [similar]
cURL セッションを閉じる 6386
« cURL 関数 curl_copy_handle » PHP Manual cURL 関数 cURL セッションを閉じる curl_close (PHP 4 >= ... se — cURL セッションを閉じる 説明 curl_close ( CurlHandle $handle ): void 注意 : この関数を実行しても何も起こ ... ンを閉じ、全てのリソースを開放します。 cURL ハンドル handle も削除されます。 パラメータ handle curl_init() が返 ... り値 値を返しません。 変更履歴 バージョン 説明 8.0.0 handle は CurlHandle クラスのインスタンスを期待するように ... のセットを閉じる 関連キーワード: cURL , セッション , handle , 関数 , バージョン , ハンドル , CurlHandle , リソ ...
https://man.plustar.jp/php/function.curl-close.html - [similar]
Sets default callback to handle requests that are not caught by specific callbac... 6344
« EventHttp::setCallback EventHttp::setMaxBodySize » PHP Manual EventHttp Sets default callback ... to handle requests that are not caught by specific callbacks ... ttp::setDefaultCallback — Sets default callback to handle requests that are not caught by specific callbacks ... , string $arg = ? ): void Sets default callback to handle requests that are not caught by specific callbacks ... , callback , Sets , setDefaultCallback , default , handle , requests , not , caught , callbacks ...
https://man.plustar.jp/php/eventhttp.setdefaultcallback.html - [similar]
Get the status of a background job 6344
« GearmanClient::getErrno GearmanClient::ping » PHP Manual GearmanClient Get the status of a bac ... od): public GearmanClient::jobStatus ( string $job_handle ): array Gets the status for a background job give ... n a job handle. The status information will specify whether the j ... ing, and the percentage completion. パラメータ job_handle Gearman サーバーが割り当てたジョブハンドル。 戻り値 ... tion for the job corresponding to the supplied job handle. The first array element is a boolean indicating w ...
https://man.plustar.jp/php/gearmanclient.jobstatus.html - [similar]
Delete a user from a security database 6228
« ibase_db_info ibase_drop_db » PHP Manual Firebird/InterBase 関数 Delete a user from a security ... atabase 説明 ibase_delete_user ( resource $service_handle , string $user_name ): bool パラメータ service_han ... dle The handle on the database server service. user_name The logi ... ase , security , from , Delete , ibase , service , handle , want , modify ...
https://man.plustar.jp/php/function.ibase-delete-user.html - [similar]
Cancel creating blob 6187
« fbird_blob_add fbird_blob_close » PHP Manual Firebird/InterBase 関数 Cancel creating blob fbir ... ating blob 説明 fbird_blob_cancel ( resource $blob_handle ): bool This function will discard a BLOB if it ha ... een closed by fbird_blob_close() . パラメータ blob_handle A BLOB handle opened with fbird_blob_create() . 戻 ... rd , Cancel , creating , ibase , cancel , create , handle , BLOB , import , function ...
https://man.plustar.jp/php/function.fbird-blob-cancel.html - [similar]
curl_multi 接続のアクティビティを待つ 6145
« curl_multi_remove_handle curl_multi_setopt » PHP Manual cURL 関数 curl_multi 接続のアクティビテ ... クティビティを待つ 説明 curl_multi_select ( CurlMultiHandle $multi_handle , float $timeout = 1.0 ): int curl_m ... ィビティがあるまでブロックします。 パラメータ multi_handle curl_multi_init() が返す cURL マルチハンドル。 tim ... アウトします。 変更履歴 バージョン 説明 8.0.0 multi_handle は CurlMultiHandle クラスのインスタンスを期待するよ ... 返す 関連キーワード: multi , アクティビティ , 接続 , handle , cURL , 記述 , init , 期待 , バージョン , 失敗 ...
https://man.plustar.jp/php/function.curl-multi-select.html - [similar]
直近のエラー番号を返す 6103
« curl_copy_handle curl_error » PHP Manual cURL 関数 直近のエラー番号を返す curl_errno (PHP 4 >= ... rno — 直近のエラー番号を返す 説明 curl_errno ( CurlHandle $handle ): int 直近の cURL 処理に関するエラー番号を ... 返します。 パラメータ handle curl_init() が返す cURL ハンドル。 戻り値 エラー番 ... (ゼロ) を返します。 変更履歴 バージョン 説明 8.0.0 handle は CurlHandle クラスのインスタンスを期待するように ... エラーコード 関連キーワード: エラー , 直近 , 番号 , handle , errno , cURL , CurlHandle , 期待 , バージョン , ...
https://man.plustar.jp/php/function.curl-errno.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT