検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 593 for Add (0.007 sec.)
Swoole 4426
« stream_wrapper_unregister はじめに » PHP Manual その他の基本モジュール Swoole Swoole はじめに ... og — Output error messages to the log swoole_event_addAdd new callback functions of a socket into the ... EventLoop swoole_event_defer — Add callback function to the next event loop swoole_ev ... to a socket swoole_get_local_ip — Get the IPv4 IP addresses of each NIC on the machine swoole_last_error ... le\Atomic — The Swoole\Atomic class Swoole\Atomic::addAdd a number to the value to the atomic object. ...
https://man.plustar.jp/php/book.swoole.html - [similar]
FDF ドキュメントに javascript コードを追加する 4426
« FDF 関数 fdf_add_template » PHP Manual FDF 関数 FDF ドキュメントに javascript コードを追加する ... fdf_add_doc_javascript (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PEC ... L fdf SVN) fdf_add_doc_javascript — FDF ドキュメントに javascript コー ... ドを追加する 説明 fdf_add_doc_javascript ( resource $fdf_document , string $ ... ドを FDF に追加する <?php $fdf = fdf_create (); fdf_add_doc_javascript ( $fdf , "PlusOne" , "function Plus ...
https://man.plustar.jp/php/function.fdf-add-doc-javascript.html - [similar]
Finalizes all add/deletes made to the index 4426
« SolrClient::addDocuments SolrClient::__construct » PHP Manual SolrClient Finalizes all add/del ... solr >= 0.9.2) SolrClient::commit — Finalizes all add/deletes made to the index 説明 public SolrClient:: ... se ): SolrUpdateResponse This method finalizes all add/deletes made to the index. パラメータ softCommit T ... s the index SolrClient::rollback() - Rollbacks all add/deletes made to the index since the last commit 関 ...
https://man.plustar.jp/php/solrclient.commit.html - [similar]
Add a task to get status 4396
« GearmanClient::addTaskLowBackground GearmanClient::clearCallbacks » PHP Manual GearmanClient Add ... dd a task to get status GearmanClient::addTaskStatus (PECL gearman >= 0.5.0) GearmanClient::a ... ddTaskStatus — Add a task to get status 説明 public GearmanClient::ad ... our object */ $gmclient = new GearmanClient (); /* add the default server */ $gmclient -> addServer (); / ... y tasks have completed */ $done = 0 ; $gmclient -> addTaskStatus ( $handles [ 0 ], & $done ); $gmclient - ...
https://man.plustar.jp/php/gearmanclient.addtaskstatus.html - [similar]
cURL マルチハンドルに、通常の cURL ハンドルを追加する 4366
« curl_init curl_multi_close » PHP Manual cURL 関数 cURL マルチハンドルに、通常の cURL ハンドルを ... 追加する curl_multi_add_handle (PHP 5, PHP 7, PHP 8) curl_multi_add_handle ... ルに、通常の cURL ハンドルを追加する 説明 curl_multi_add_handle ( CurlMultiHandle $multi_handle , CurlHandl ... は、 resource を期待していました。 例 例1 curl_multi_add_handle() の例 この例は、ふたつの cURL ハンドルを作 ... nit (); // ふたつのハンドルを追加します curl_multi_add_handle ( $mh , $ch1 ); curl_multi_add_handle ( $mh ...
https://man.plustar.jp/php/function.curl-multi-add-handle.html - [similar]
生成された blob にデータを追加する 4366
« ibase_backup ibase_blob_cancel » PHP Manual Firebird/InterBase 関数 生成された blob にデータを ... 追加する ibase_blob_add (PHP 5, PHP 7 < 7.4.0) ibase_blob_add — 生成された ... blob にデータを追加する 説明 ibase_blob_add ( resource $blob_handle , string $data ): void iba ... se_blob_add() は、 ibase_blob_create() で作成した blob にデータ ...
https://man.plustar.jp/php/function.ibase-blob-add.html - [similar]
LDAP ディレクトリにエントリを付加する 4366
« ldap_add_ext ldap_bind_ext » PHP Manual LDAP 関数 LDAP ディレクトリにエントリを付加する ldap_add ... dd (PHP 4, PHP 5, PHP 7, PHP 8) ldap_add — LDAP ディレクトリにエントリを付加する 説明 ldap_ ... "person" ; // データをディレクトリに追加 $r = ldap_add ( $ds , "cn=John Jones, o=My Company, c=US" , $inf ... この関数はバイナリデータに対応しています。 参考 ldap_add_ext() - LDAP ディレクトリにエントリを付加する ldap ...
https://man.plustar.jp/php/function.ldap-add.html - [similar]
runkit7 4306
« phpdbg_start_oplog はじめに » PHP Manual PHP の振る舞いの変更 runkit7 runkit7 はじめに インスト ... ソース型 定義済み定数 runkit7 関数 runkit7_constant_add — Similar to define(), but allows defining in clas ... elete an already defined constant runkit7_function_addAdd a new function, similar to create_function r ... ions, overwriting where appropriate runkit7_method_add — Dynamically adds a new method to a given class r ...
https://man.plustar.jp/php/book.runkit7.html - [similar]
URL リライタの値を追加する 4306
« ob_start output_reset_rewrite_vars » PHP Manual 出力制御 関数 URL リライタの値を追加する outpu ... t_add_rewrite_var (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) ... output_add_rewrite_var — URL リライタの値を追加する 説明 outp ... ut_add_rewrite_var ( string $name , string $value ): bool ... 説明 7.1.0 PHP 7.1.0 より前のバージョンでは、 output_add_rewrite_var() で設定したリライト変数は、透過的セッ ...
https://man.plustar.jp/php/function.output-add-rewrite-var.html - [similar]
4306
« 定義済み定数 Zlib 関数 » PHP Manual Zlib 例 例 テンポラリファイルをオープンし、テスト用文字列を ... init ( ZLIB_ENCODING_GZIP ); $compressed = deflate_add ( $deflateContext , "Data to compress" , ZLIB_NO_F ... LUSH ); $compressed .= deflate_add ( $deflateContext , ", more data" , ZLIB_NO_FLUSH ... ); $compressed .= deflate_add ( $deflateContext , ", and even more data!" , ZLIB ... it ( ZLIB_ENCODING_GZIP ); $uncompressed = inflate_add ( $inflateContext , $compressed , ZLIB_NO_FLUSH ); ...
https://man.plustar.jp/php/zlib.examples.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT