検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 260 for [SIMILAR] 16 1024 4096 WITH 30241 getquery WITH ... (0.281 sec.)
Basic usage 0
« 例 Basic Gearman client and worker, background » PHP Manual 例 Basic usage Basic usage 例1 Basic Gearman client and worker This example shows a very simple client and worker. The client sends a string to the job server, and the worker reverses the string and sends it back. The job is p ...
https://man.plustar.jp/php/gearman.examples-reverse.html - [similar]
文字列から、ファイルを phar アーカイブに追加する 0
« Phar::addFile Phar::apiVersion » PHP Manual Phar 文字列から、ファイルを phar アーカイブに追加する Phar::addFromString (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0) Phar::addFromString — 文字列から、ファイルを phar アーカイブに追加する 説明 public Phar::addFromString ( string $loca ...
https://man.plustar.jp/php/phar.addfromstring.html - [similar]
ファイルシステム上のファイルを tar/zip アーカイブに追加する 0
« PharData::addFile PharData::buildFromDirectory » PHP Manual PharData ファイルシステム上のファイルを tar/zip アーカイブに追加する PharData::addFromString (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0) PharData::addFromString — ファイルシステム上のファイルを tar/zip アーカイブに追加す ...
https://man.plustar.jp/php/phardata.addfromstring.html - [similar]
0
« 定義済み定数 CUBRID 関数 » PHP Manual CUBRID 例 例 The following is a simple example that establishes a connection between PHP and CUBRID. This section will cover the most basic and notable features. The following code required to connect to CUBRID database, which means CUBRID Server a ...
https://man.plustar.jp/php/cubrid.examples.html - [similar]
Sets a callback for specified URI 0
« EventHttp::setAllowedMethods EventHttp::setDefaultCallback » PHP Manual EventHttp Sets a callback for specified URI EventHttp::setCallback (PECL event >= 1.4.0-beta) EventHttp::setCallback — Sets a callback for specified URI 説明 public EventHttp::setCallback ( string $path , string $c ...
https://man.plustar.jp/php/eventhttp.setcallback.html - [similar]
Creates new connection listener associated with an event base 0
« EventListener EventListener::disable » PHP Manual EventListener Creates new connection listener associated with an event base EventListener::__construct (PECL event >= 1.2.6-beta) EventListener::__construct — Creates new connection listener associated with an event base 説明 public Eve ...
https://man.plustar.jp/php/eventlistener.construct.html - [similar]
Basic FFI usage 0
« 例 PHP Callbacks » PHP Manual 例 Basic FFI usage Basic FFI usage Before diving into the details of the FFI API, lets take a look at a few examples demonstrating the simplicity of the FFI API usage for regular tasks. 注意 : Some of these examples require libc.so.6 and as such will not w ...
https://man.plustar.jp/php/ffi.examples-basic.html - [similar]
Execute a prepared SQL statement 0
« cubrid_error_msg cubrid_fetch » PHP Manual CUBRID 関数 Execute a prepared SQL statement cubrid_execute (PECL CUBRID >= 8.3.0) cubrid_execute — Execute a prepared SQL statement 説明 cubrid_execute ( resource $conn_identifier , string $sql , int $option = 0 ): resource cubrid_execute ( r ...
https://man.plustar.jp/php/function.cubrid-execute.html - [similar]
LDAP ページネーション制御情報を送信する 0
« ldap_control_paged_result_response ldap_count_entries » PHP Manual LDAP 関数 LDAP ページネーション制御情報を送信する ldap_control_paged_result (PHP 5 >= 5.4.0, PHP 7) ldap_control_paged_result — LDAP ページネーション制御情報を送信する 警告 この関数は PHP 7.4.0 以降で 推奨されなくなり 、 ...
https://man.plustar.jp/php/function.ldap-control-paged-result.html - [similar]
Parser examples 0
« Lexer examples Parle\Lexer » PHP Manual 例 Parser examples Parser examples 例1 Simple calculator <?php use Parle \{ Parser , ParserException , Lexer , Token }; $p = new Parser ; $p -> token ( "INTEGER" ); $p -> left ( "'+' '-' '*' '/'" ); $p -> push ( "start" , "exp" ); $prod_add = $p ...
https://man.plustar.jp/php/parle.examples.parser.html - [similar]