検索

phrase: max: clip:
target: order:
Results of 281 - 290 of about 859 for not (0.027 sec.)
Open a persistent connection to a CUBRID server 3153
« cubrid_pconnect_with_url cubrid_prepare » PHP Manual CUBRID 関数 Open a persistent connection ... ion. Second, the connection to the SQL server will not be closed when the execution of the script ends. I ... e use ( cubrid_close() or cubrid_disconnect() will not close links established by cubrid_pconnect() ). Th ...
https://man.plustar.jp/php/function.cubrid-pconnect.html - [similar]
LDAP ディレクトリにバインドする 3153
« ldap_bind_ext ldap_close » PHP Manual LDAP 関数 LDAP ディレクトリにバインドする ldap_bind (PHP ... ldap_connect ( "ldap.example.com" ) or die( "Could not connect to LDAP server." ); if ( $ldapconn ) { // ... ldap_connect ( "ldap.example.com" ) or die( "Could not connect to LDAP server." ); if ( $ldapconn ) { // ...
https://man.plustar.jp/php/function.ldap-bind.html - [similar]
結果において指定したフィールド名を取得する 3153
« mysql_field_len mysql_field_seek » PHP Manual MySQL 関数 結果において指定したフィールド名を取得 ... , 'mysql_password' ); if (! $link ) { die( 'Could not connect to MySQL server: ' . mysql_error ()); } $d ... name , $link ); if (! $db_selected ) { die( "Could not set $dbname : " . mysql_error ()); } $res = mysql_ ...
https://man.plustar.jp/php/function.mysql-field-name.html - [similar]
フィールドが SQL の NULL かどうか調べる 3153
« pg_fetch_row pg_field_name » PHP Manual PostgreSQL 関数 フィールドが SQL の NULL かどうか調べる ... pg_connect ( "dbname=publisher" ) or die ( "Could not connect" ); $res = pg_query ( $dbconn , "select * ... r" ) == 0 ) { echo "The value of the field year is not null.\n" ; } } ?> 関連キーワード: フィールド , Res ...
https://man.plustar.jp/php/function.pg-field-is-null.html - [similar]
Basic Gearman client and worker, background 3153
« Basic usage Basic Gearman client and worker, submitting tasks » PHP Manual 例 Basic Gearman cl ... ackground job, and the worker reverses the string. Note that since the work is performed asynchronously, ... the client does not wait for the job to complete and exits (and hence ... load ( $workload_size )\n" ; # This status loop is not needed, just showing how it works for ( $x = 0 ; $ ...
https://man.plustar.jp/php/gearman.examples-reverse-bg.html - [similar]
Start a new client session for use with this client 3153
« MongoDB\Driver\Manager::selectServer MongoDB\Driver\Command » PHP Manual MongoDB\Driver\Manage ... reads. Snapshot reads require MongoDB 5.0+ and cannot be used with causal consistency, transactions, or ... er\Exception\RuntimeException if the session could not be created (e.g. libmongoc does not support crypto ...
https://man.plustar.jp/php/mongodb-driver-manager.startsession.html - [similar]
Execute a database command that reads on this server 3153
« MongoDB\Driver\Server::executeQuery MongoDB\Driver\Server::executeReadWriteCommand » PHP Manua ... tion URI . 注意 : The "readPreference" option does not control the server to which the driver issues the ... ion to a secondary (from a replica set connection, not standalone) or mongos node to ensure that the driv ... ssion" which has a transaction in progress, you cannot specify a "readConcern" or "writeConcern" option. ... Throws MongoDB\Driver\Exception\RuntimeException on other errors (e.g. invalid command). 参考 MongoDB\Dr ...
https://man.plustar.jp/php/mongodb-driver-server.executereadcommand.html - [similar]
壊れたアーカイブのオープンを許可するかどうかを設定する 3153
« RarArchive::open RarArchive::__toString » PHP Manual RarArchive 壊れたアーカイブのオープンを許 ... roken.part1.rar" ; /* Third argument omits "volume not found" message */ $a = RarArchive :: open ( $file ... roken.part1.rar" ; /* Third argument omits "volume not found" message */ $a = rar_open ( $file , null , ' ...
https://man.plustar.jp/php/rararchive.setallowbroken.html - [similar]
定数を取得する 3153
« ReflectionExtension::getClassNames ReflectionExtension::getDependencies » PHP Manual Reflectio ... PE_NODE] => 10 [XML_DOCUMENT_FRAG_NODE] => 11 [XML_NOTATION_NODE] => 12 [XML_HTML_DOCUMENT_NODE] => 13 [X ... 8 [XML_ATTRIBUTE_ENUMERATION] => 9 [XML_ATTRIBUTE_NOTATION] => 10 [DOM_PHP_ERR] => 0 [DOM_INDEX_SIZE_ERR ... ] => 6 [DOM_NO_MODIFICATION_ALLOWED_ERR] => 7 [DOM_NOT_FOUND_ERR] => 8 [DOM_NOT_SUPPORTED_ERR] => 9 [DOM_ ...
https://man.plustar.jp/php/reflectionextension.getconstants.html - [similar]
The Event class 3120
« Constructing signal events Event::add » PHP Manual Event The Event class The Event class (PECL ... nfigured persistent , it remains pending. If it is not persistent, it stops being pending when it's callb ... can either set a timeout when event is added , or not. It is set in the $what argument to the callback f ...
https://man.plustar.jp/php/class.event.html - [similar]