検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 254 for host (0.013 sec.)
The GearmanWorker class 4450
« GearmanTask::uuid GearmanWorker::addFunction » PHP Manual Gearman The GearmanWorker class The ... s ( int $option ): bool public addServer ( string $host = 127.0.0.1 , int $port = 4730 ): bool public addS ...
https://man.plustar.jp/php/class.gearmanworker.html - [similar]
Constructs EventHttpRequest object 4450
« EventHttpRequest::closeConnection EventHttpRequest::findHeader » PHP Manual EventHttpRequest C ... "_request_handler" , $base ); $req -> addHeader ( "Host" , $address , EventHttpRequest :: OUTPUT_HEADER ); ...
https://man.plustar.jp/php/eventhttprequest.construct.html - [similar]
Return an array with the lengths of the values of each field from the current ro... 4450
« cubrid_fetch_field cubrid_fetch_object » PHP Manual CUBRID MySQL 互換関数 Return an array with ... ths() example <?php $conn = cubrid_connect ( "localhost" , 33000 , "demodb" ); $result = cubrid_execute ( ... $conn , "SELECT * FROM game WHERE host_year=2004 AND nation_code='AUS' AND medal='G'" ); ...
https://man.plustar.jp/php/function.cubrid-fetch-lengths.html - [similar]
InterBase データベースからオブジェクトを得る 4450
« ibase_fetch_assoc ibase_fetch_row » PHP Manual Firebird/InterBase 関数 InterBase データベースか ... _fetch_object() の例 <?php $dbh = ibase_connect ( $host , $username , $password ); $stmt = 'SELECT * FROM ...
https://man.plustar.jp/php/function.ibase-fetch-object.html - [similar]
データベース名を取得する 4450
« pg_copy_to pg_delete » PHP Manual PostgreSQL 関数 データベース名を取得する pg_dbname (PHP 4, P ... の例 <?php error_reporting ( E_ALL ); pg_connect ( "host=localhost port=5432 dbname=mary" ); echo pg_dbname ...
https://man.plustar.jp/php/function.pg-dbname.html - [similar]
接続に関連するオプションを取得する 4450
« pg_num_rows pg_parameter_status » PHP Manual PostgreSQL 関数 接続に関連するオプションを取得する ... の例 <?php $pgsql_conn = pg_connect ( "dbname=mark host=localhost" ); echo pg_options ( $pgsql_conn ); ?> ...
https://man.plustar.jp/php/function.pg-options.html - [similar]
接続に関連するポート番号を返す 4450
« pg_ping pg_prepare » PHP Manual PostgreSQL 関数 接続に関連するポート番号を返す pg_port (PHP 4, ... の例 <?php $pgsql_conn = pg_connect ( "dbname=mark host=localhost" ); if ( $pgsql_conn ) { print "Successf ...
https://man.plustar.jp/php/function.pg-port.html - [similar]
PostgreSQL 接続のトレースを無効にする 4450
« pg_unescape_bytea pg_update » PHP Manual PostgreSQL 関数 PostgreSQL 接続のトレースを無効にする ... の例 <?php $pgsql_conn = pg_connect ( "dbname=mark host=localhost" ); if ( $pgsql_conn ) { pg_trace ( '/tm ...
https://man.plustar.jp/php/function.pg-untrace.html - [similar]
Create new MongoDB Manager 4450
« MongoDB\Driver\Manager::addSubscriber MongoDB\Driver\Manager::createClientEncryption » PHP Man ... b:// connection URI: mongodb://[username:password@]host1[:port1][,host2[:port2],...[,hostN[:portN]]][/[def ... GSSAPI), this should be "$external" . canonicalizeHostname bool If true , the driver will resolve the rea ... l hostname for the server IP address before authenticatin ... option is a deprecated alias for the "CANONICALIZE_HOST_NAME" property of the "authMechanismProperties" UR ...
https://man.plustar.jp/php/mongodb-driver-manager.construct.html - [similar]
MySQL 拡張モジュールの概要を示す例 4450
« 例 MySQL 関数 » PHP Manual 例 MySQL 拡張モジュールの概要を示す例 MySQL 拡張モジュールの概要を示 ... スに接続し、選択する $link = mysql_connect ( 'mysql_host' , 'mysql_user' , 'mysql_password' ) or die( 'Coul ...
https://man.plustar.jp/php/mysql.examples-basic.html - [similar]