検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 859 for not (0.020 sec.)
Send a custom control to the service 3303
« win32_query_service_status win32_set_service_exit_code » PHP Manual win32service 関数 Send a c ... 例外 Prior to version 1.0.0, if the control value is not between 128 and 255, this function emits an E_ERRO ... ror is thrown if the value of control parameter is not between 128 and 255. A Win32ServiceException is th ...
https://man.plustar.jp/php/function.win32-send-custom-control.html - [similar]
検索を準備する 3303
« yaz_schema yaz_set_option » PHP Manual YAZ 関数 検索を準備する yaz_search (PHP 4 >= 4.0.1, PEC ... 合 @or query1 query2 query1 および query2 の和集合 @not query1 query2 query1 であり、query2 でない @set na ... 書にマッチする ことになります。 クエリ @and @or a b @not @or c d e は、次のような意味になります。 (a or b) ... and ((c or d) not e) さらに複雑な例です。 @attrset gils @and @attr 1 ...
https://man.plustar.jp/php/function.yaz-search.html - [similar]
オーバーロード 3303
« 無名クラス オブジェクトの反復処理 » PHP Manual クラスとオブジェクト オーバーロード オーバーロー ... ' ] . ' on line ' . $trace [ 0 ][ 'line' ], E_USER_NOTICE ); return null ; } public function __isset ( $n ... "Privates are visible inside the class, so __get() not used...\n" ; echo $obj -> getHidden () . "\n" ; ec ... ho "Privates not visible outside of class, so __get() is used...\n" ... Privates are visible inside the class, so __get() not used... 2 Privates not visible outside of class, s ...
https://man.plustar.jp/php/language.oop5.overloading.html - [similar]
MySQL 拡張モジュールの概要を示す例 3303
« 例 MySQL 関数 » PHP Manual 例 MySQL 拡張モジュールの概要を示す例 MySQL 拡張モジュールの概要を示 ... , 'mysql_user' , 'mysql_password' ) or die( 'Could not connect: ' . mysql_error ()); echo 'Connected succ ... ; mysql_select_db ( 'my_database' ) or die( 'Could not select database' ); // SQL クエリを実行する $query ...
https://man.plustar.jp/php/mysql.examples-basic.html - [similar]
Construct a new ZMQSocket 3303
« ZMQSocket::connect ZMQSocket::disconnect » PHP Manual ZMQSocket Construct a new ZMQSocket ZMQS ... be persisted over multiple requests. If context is not persistent the socket falls back to non-persistent ... ew socket structure is created. This function does not get invoked if the underlying persistent connectio ...
https://man.plustar.jp/php/zmqsocket.construct.html - [similar]
MongoDB driver classes 3264
« Script Injection Attacks MongoDB\Driver\Manager » PHP Manual MongoDB MongoDB driver classes Mo ... river\Session::__construct — Create a new Session (not used) MongoDB\Driver\Session::endSession — Termina ... \Driver\Cursor::__construct — Create a new Cursor (not used) MongoDB\Driver\Cursor::current — Returns the ... ver\CursorId::__construct — Create a new CursorId (not used) MongoDB\Driver\CursorId::serialize — Seriali ... \Driver\Server::__construct — Create a new Server (not used) MongoDB\Driver\Server::executeBulkWrite — Ex ...
https://man.plustar.jp/php/book.mongodb.html - [similar]
The EvSignal class 3264
« EvPrepare::createStopped EvSignal::__construct » PHP Manual Ev The EvSignal class The EvSignal ... h for SIGINT in the default loop and for SIGIO in another loop, but it is not allowed to watch for SIGINT ... in both the default loop and another loop at the same time. At the moment, SIGCHLD i ... ivalent) behaviour enabled, so system calls should not be unduly interrupted. In case of a problem with s ...
https://man.plustar.jp/php/class.evsignal.html - [similar]
The MongoDB\Driver\BulkWrite class 3264
« MongoDB\Driver\Query::__construct MongoDB\Driver\BulkWrite::__construct » PHP Manual MongoDB\D ... the operations are ordered, the third insertion cannot be sent until the preceding update is executed. 例 ... riteResult (); // Check if the write concern could not be fulfilled if ( $writeConcernError = $result -> ... , true ) ); } // Check if any write operations did not complete at all foreach ( $result -> getWriteError ... ) Updated 2 document(s) If the write concern could not be fullfilled, the example above would output some ...
https://man.plustar.jp/php/class.mongodb-driver-bulkwrite.html - [similar]
Scans the buffer for an occurrence of a string 3264
« EventBuffer::readLine EventBuffer::searchEol » PHP Manual EventBuffer Scans the buffer for an ... position of the string, or false if the string was not found. If the start argument is provided, it point ... of the string in the buffer, or false if string is not found. 警告 この関数は論理値 false を返す可能性があ ... $buf -> add ( "Some string within a string inside another string" ); var_dump ( count_instances ( $buf , ...
https://man.plustar.jp/php/eventbuffer.search.html - [similar]
Connect buffer event's file descriptor to given address or UNIX socket 3264
« EventBufferEvent::close EventBufferEvent::connectHost » PHP Manual EventBufferEvent Connect bu ... with port), or a UNIX domain socket. If socket is not assigned to the buffer event, this function alloca ... IPv6Address IPv4Address:port IPv4Address unix:path Note, 'unix:' prefix is currently not case sensitive. ... ); } } } if ( $argc <= 1 ) { exit( "Socket path is not provided\n" ); } $sock_path = $argv [ 1 ]; $base = ...
https://man.plustar.jp/php/eventbufferevent.connect.html - [similar]