検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 46 for Re (0.005 sec.)
The EvIo class 6788
« EvIdle::createStopped EvIo::__construct » PHP Manual Ev The EvIo class The EvIo class (PECL ev ... check whether a file descriptor(or socket, or a stream castable to numeric file descriptor) is readable ... ritable in each iteration of the event loop, or, more precisely, when reading would not block the proces ... haviour is called level-triggering because events are kept receiving as long as the condition persists. ... To stop receiving events just stop the watcher. The number of ...
https://man.plustar.jp/php/class.evio.html - [similar]
Executes a statement prepared with sqlsrv_prepare 6788
« sqlsrv_errors sqlsrv_fetch_array » PHP Manual SQLSRV 関数 Executes a statement prepared with s ... qlsrv_prepare sqlsrv_execute (No version information availab ... be in Git) sqlsrv_execute — Executes a statement prepared with sqlsrv_prepare() 説明 sqlsrv_execute ( r ... esource $stmt ): bool Executes a statement prepared with sqlsrv_prepare() . This function is idea ... l for executing a prepared statement multiple times with ...
https://man.plustar.jp/php/function.sqlsrv-execute.html - [similar]
The EventBase class 6697
« Event::timer EventBase::__construct » PHP Manual Event The EventBase class The EventBase class ... PECL event >= 1.2.6-beta) はじめに EventBase class represents libevent's event base structure. It holds ... of events and can poll to determine which events are active. Each event base has a method , or a backen ... d that it uses to determine which events are ready. The recognized methods are: select , poll , ... , kqueue , devpoll , evport and win32 . To configure event base to use, or avoid specific backend Event ...
https://man.plustar.jp/php/class.eventbase.html - [similar]
Prepares and executes a query 6697
« sqlsrv_prepare sqlsrv_rollback » PHP Manual SQLSRV 関数 Prepares and executes a query sqlsrv_q ... n available, might only be in Git) sqlsrv_query — Prepares and executes a query 説明 sqlsrv_query ( reso ... , array $params = ? , array $options = ? ): mixed Prepares and executes a query. パラメータ conn A conne ... ction resource returned by sqlsrv_connect() . sql The strin ... g that defines the query to be prepared and executed. params An array specifying para ...
https://man.plustar.jp/php/function.sqlsrv-query.html - [similar]
6697
« 定義済み定数 拡張 » PHP Manual リフレクション 例 例 リフレクションのドキュメントの中には多くの ... ョンの例 $ php --rf strlen $ php --rc finfo $ php --re json $ php --ri dom 上の例の出力は、 たとえば以下の ... ようになります。 Function [ <internal:Core> function strlen ] { - Parameters [1] { Parameter ... #0 [ <required> $str ] } } Class [ <internal:fileinfo> clas ... d set_flags ] { - Parameters [1] { Parameter #0 [ <required> $options ] } } Method [ <internal:fileinfo> ...
https://man.plustar.jp/php/reflection.examples.html - [similar]
SoapServer の持続モードを設定する 6697
« SoapServer::setObject SoapFault » PHP Manual SoapServer SoapServer の持続モードを設定する Soap ... _PERSISTENCE_XXX 定数のうちの一つ SOAP_PERSISTENCE_REQUEST - SoapServer のデータはリクエスト間で持続しま ... <?php class MyFirstPersistentSoapServer { private $resource ; // (Such as PDO, mysqli, etc..) public $my ... ction __construct () { $this -> __wakeup (); // We're calling our wakeup to handle starting our resource ... } public function __wakeup () { $this -> resource = CodeToStartOurResourceUp (); } public func ...
https://man.plustar.jp/php/soapserver.setpersistence.html - [similar]
The EventBuffer class 6621
« EventBase::stop EventBuffer::add » PHP Manual Event The EventBuffer class The EventBuffer clas ... s (PECL event >= 1.5.0) はじめに EventBuffer represents Libevent's "evbuffer", an utility function ... ality for buffered I/O. Event buffers are meant to be generally usef ... ul for doing the "buffer" part of buffered network I/O. クラス概要 class EventBuffer { /* Co ... ; const int PTR_ADD = 1 ; /* プロパティ */ public readonly int $ length ; public readonly int $ contigu ...
https://man.plustar.jp/php/class.eventbuffer.html - [similar]
Prepares a query for execution 6621
« sqlsrv_num_rows sqlsrv_query » PHP Manual SQLSRV 関数 Prepares a query for execution sqlsrv_pre ... epare (No version information available, might only be i ... n Git) sqlsrv_prepare — Prepares a query for execution 説明 sqlsrv_p ... repare ( resource $conn , string $sql , array $params = ? ... , array $options = ? ): mixed Prepares a query for execution. This function is ideal ...
https://man.plustar.jp/php/function.sqlsrv-prepare.html - [similar]
Argon2 アルゴリズムを使い、パスワードからキーを導出する 6544
« sodium_crypto_pwhash_str sodium_crypto_scalarmult_base » PHP Manual Sodium 関数 Argon2 アルゴリ ... _pwhash() の例 <?php //Need to keep the salt if we're ever going to be able to check this password $salt ... PWHASH_SALTBYTES ); //Using bin2hex to keep output readable echo bin2hex ( sodium_crypto_pwhash ( 16 , / ...
https://man.plustar.jp/php/function.sodium-crypto-pwhash.html - [similar]
6544
« 定義済み定数 ソケットのエラー » PHP Manual ソケット 例 例 例1 ソケットの例: 簡易 TCP/IP サーバ ... ー この例は、簡単な応答サーバーです。変数 address と port を設定と実行環境に合うように変更してくだ ... を入力します。 #!/usr/local/bin/php -q <?php error_reporting ( E_ALL ); /* Allow the script to hang arou ... Turn on implicit output flushing so we see what we're getting * as it comes in. */ ob_implicit_flush (); ... $address = '192.168.1.53' ; $port = 10000 ; if (( $sock = ...
https://man.plustar.jp/php/sockets.examples.html - [similar]
PREV 1 2 3 4 5 NEXT