検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 1938 for IF (0.007 sec.)
区別できないソケットの組を作成し、配列に保存する 3537
« socket_create_listen socket_create » PHP Manual ソケット 関数 区別できないソケットの組を作成し ... N' ? AF_INET : AF_UNIX ); /* ソケットの組の設定 */ if ( socket_create_pair ( $domain , SOCK_STREAM , 0 , ... or ( socket_last_error ()); } /* データの送受信 */ if ( socket_write ( $sockets [ 0 ], "ABCdef123\n" , s ... strerror ( socket_last_error ( $sockets [ 0 ])); } if (( $data = socket_read ( $sockets [ 1 ], strlen ( ... From Parent.' ; $strtwo = 'Message From Child.' ; if ( socket_create_pair ( AF_UNIX , SOCK_STREAM , 0 , ...
https://man.plustar.jp/php/function.socket-create-pair.html - [similar]
Checks if the current position in the cursor is valid 3537
« MongoDB\Driver\Cursor::toArray MongoDB\Driver\CursorId » PHP Manual MongoDB\Driver\Cursor Chec ... ks if the current position in the cursor is valid MongoD ... odb >=1.9.0) MongoDB\Driver\Cursor::valid — Checks if the current position in the cursor is valid 説明 p ... タ この関数にはパラメータはありません。 戻り値 true if the current cursor position is valid, false otherw ...
https://man.plustar.jp/php/mongodb-driver-cursor.valid.html - [similar]
Constructs a new SyncSemaphore object 3537
« SyncSemaphore SyncSemaphore::lock » PHP Manual SyncSemaphore Constructs a new SyncSemaphore ob ... maphore. パラメータ name The name of the semaphore if this is a named semaphore object. 注意 : If the na ... mber of locks that may be obtained. autounlock Specifies whether or not to automatically unlock the sema ... phore at the conclusion of the PHP script. 警告 If an object is: A named semaphore with an autounlock ... phore object. エラー / 例外 An exception is thrown if the semaphore cannot be created or opened. 例 例1 ...
https://man.plustar.jp/php/syncsemaphore.construct.html - [similar]
Send data to all job servers to see if they echo it back 3508
« GearmanClient::jobStatus GearmanClient::removeOptions » PHP Manual GearmanClient Send data to ... all job servers to see if they echo it back GearmanClient::ping (No version ... Client::ping — Send data to all job servers to see if they echo it back 説明 public GearmanClient::ping ... ends some arbitrary data to all job servers to see if they echo it back. The data sent is not used or pr ...
https://man.plustar.jp/php/gearmanclient.ping.html - [similar]
パーサの寛大さを設定する 3508
« IntlDateFormatter::setCalendar IntlDateFormatter::setPattern » PHP Manual IntlDateFormatter パ ... M/yyyy' ); echo 'lenient of the formatter is : ' ; if ( $fmt -> isLenient ()) { echo 'TRUE' ; } else { e ... lt is : " . datefmt_parse ( $fmt , '35/13/1971' ); if ( intl_get_error_code () != 0 ) { echo "\nError_ms ... e ); echo "\nNow lenient of the formatter is : " ; if ( $fmt -> isLenient ()) { echo 'TRUE' ; } else { e ... lt is : " . datefmt_parse ( $fmt , '35/13/1971' ); if ( intl_get_error_code () != 0 ) { echo "\nError_ms ...
https://man.plustar.jp/php/intldateformatter.setlenient.html - [similar]
Add a lexer rule 3508
« Parle\RLexer::insertMacro Parle\RLexer::pushState » PHP Manual Parle\RLexer Add a lexer rule P ... ition. A 'start state' and 'exit state' can be specified by using a suitable signature. パラメータ regex ... r expression used for token matching. id Token id. If the lexer instance is meant to be used standalone, ... this can be an arbitrary number. If the lexer instance is going to be passed to the pa ... ed by Parle\RParser::tokenid() . state State name. If '*' is used as start state, then the rule is appli ...
https://man.plustar.jp/php/parle-rlexer.push.html - [similar]
Write and push data into Swoole channel. 3508
« Swoole\Channel::pop Swoole\Channel::stats » PHP Manual Swoole\Channel Write and push data into ... mpty PHP variable, the variable will be serialized if it is not string type. If size of the data is more ... temp files storage. The function will return true if the write operation is succeeded, or return false ...
https://man.plustar.jp/php/swoole-channel.push.html - [similar]
結果セットの取得を開始する 3474
« mysqli::thread_safe mysqli::$warning_count » PHP Manual mysqli 結果セットの取得を開始する mysq ... sword" , "world" ); /* 接続状況をチェックします */ if ( mysqli_connect_errno ()) { printf ( "Connect fai ... Y ID LIMIT 20, 5" ; /* 複数のクエリを実行します */ if ( $mysqli -> multi_query ( $query )) { do { /* 最初 ... の結果セットを取得します */ if ( $result = $mysqli -> use_result ()) { while ( $r ... $result -> close (); } /* 区切り線を表示します */ if ( $mysqli -> more_results ()) { printf ( "-------- ...
https://man.plustar.jp/php/mysqli.use-result.html - [similar]
Copy data from named shared memory 3474
« SyncSharedMemory::first SyncSharedMemory::size » PHP Manual SyncSharedMemory Copy data from na ... e start/offset, in bytes, to begin reading. 注意 : If the value is negative, the starting position will ... begin at the specified number of bytes from the end of the shared memo ... egment. length The number of bytes to read. 注意 : If unspecified, reading will stop at the end of the s ... hared memory segment. If the value is negative, reading will stop the speci ...
https://man.plustar.jp/php/syncsharedmemory.read.html - [similar]
Bind variables to a prepared statement as parameters 3446
« CUBRID 関数 cubrid_close_prepare » PHP Manual CUBRID 関数 Bind variables to a prepared stateme ... s parameters 説明 cubrid_bind ( resource $req_identifier , int $bind_index , mixed $bind_value , string ... QL statement that was passed to cubrid_prepare() . If bind_value_type is not given, string will be the d ... efault. 注意 : If the type of data to be bound is BLOB/CLOB, CUBRID ... will try to map the data as a PHP stream. If the actually bind value type is not stream, CUBRID ...
https://man.plustar.jp/php/function.cubrid-bind.html - [similar]