検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 254 for host (0.010 sec.)
memcached サーバーへの持続的な接続をオープンする 5537
« Memcache::increment Memcache::replace » PHP Manual Memcache memcached サーバーへの持続的な接続 ... 接続をオープンする 説明 Memcache::pconnect ( string $host , int $port = ? , int $timeout = ? ): mixed Memcac ... onnect() 関数を使用することも可能です。 パラメータ host memcached が接続を待ち受けるホストを指定します。 こ ... I */ $memcache_obj = memcache_pconnect ( 'memcache_host' , 11211 ); /* オブジェクト指向の API */ $memcache ... w Memcache ; $memcache_obj -> pconnect ( 'memcache_host' , 11211 ); ?> 参考 Memcache::connect() - memcache ...
https://man.plustar.jp/php/memcache.pconnect.html - [similar]
CUBRID データベースへの接続 5537
« CUBRID (PDO) PDO::cubrid_schema » PHP Manual CUBRID (PDO) CUBRID データベースへの接続 PDO_CUBR ... プレフィックス DSN プレフィックスは cubrid: です。 host データベースサーバーのあるホスト名。 port データベ ... スに接続するための PDO_CUBRID DSN の例です。 cubrid:host=localhost;port=33000;dbname=demodb 関連キーワード: ... ータベース , 接続 , PDO , 注意 , dbname , サーバー , host , プレフィックス , cubrid ...
https://man.plustar.jp/php/ref.pdo-cubrid.connection.html - [similar]
受ける可能性がある攻撃 5537
« CGI バイナリとしてインストール ケース 1: 配布制限がないファイルのみを配布 » PHP Manual CGI バイ ... れています。 システムファイルへのアクセス: http://my.host/cgi-bin/php?/etc/passwd URL において疑問符 (?) の後 ... サーバー上の Web ドキュメントへのアクセス: http://my.host/cgi-bin/php/secret/doc.html URL の PHP バイナリ名の ... を指定するために従来より使用されています。 http://my.host/secret/script.php のようなドキュメントへの要求を P ... アクセス権をチェックし、 リダイレクト要求 http://my.host/cgi-bin/php/secret/script.php を生成します。残念な ...
https://man.plustar.jp/php/security.cgi-bin.attacks.html - [similar]
新規に MySQL サーバーへの接続をオープンする 5497
« mysqli::$connect_error mysqli::debug » PHP Manual mysqli 新規に MySQL サーバーへの接続をオープ ... ジェクト指向型 public mysqli::__construct ( string $hostname = ini_get("mysqli.default_host") , string $use ... efault_socket") ) public mysqli::connect ( string $hostname = ini_get("mysqli.default_host") , string $use ... socket") ): void 手続き型 mysqli_connect ( string $hostname = ini_get("mysqli.default_host") , string $use ... ySQL サーバーへの接続をオープンします。 パラメータ hostname ホスト名または IP アドレスです。この引数に nul ...
https://man.plustar.jp/php/mysqli.construct.html - [similar]
リモートサーバ上のポートにバインドし、接続を待つ 5457
« ssh2_forward_accept ssh2_methods_negotiated » PHP Manual SSH2 関数 リモートサーバ上のポートにバ ... d_listen ( resource $session , int $port , string $host = ? , int $max_connections = 16 ): resource | fals ... す。 port リモートサーバ上のポート番号を指定します。 host max_connections 戻り値 SSH2 リスナーを返します。 失 ... , サーバ , listen , int , リスナー , connections , host , max ...
https://man.plustar.jp/php/function.ssh2-forward-listen.html - [similar]
プール内のサーバーの一覧を取得する 5457
« Memcached::getServerByKey Memcached::getStats » PHP Manual Memcached プール内のサーバーの一覧を ... 出力は以下となります。 array(2) { [0]=> array(3) { ["host"]=> string(15) "mem1.domain.com" ["port"]=> int(11 ... 211) ["weight"]=> int(20) } [1]=> array(3) { ["host"]=> string(15) "mem2.domain.com" ["port"]=> int(11 ... 一覧 , getServerList , int , array , パラメータ , host ...
https://man.plustar.jp/php/memcached.getserverlist.html - [similar]
クライアントの一覧を取得する 5457
« Session::getServerVersion Session::quoteName » PHP Manual mysql_xdevapi\Session クライアントの ... 列を返します。 配列の要素には、"client_id", "user", "host", および "sql_session" が含まれています。 例 例1 m ... devapi \ getSession ( "mysqlx://user:password@localhost" ); $ids = $session -> listClients (); var_dump ( ... lient_id"]=> int(61) ["user"]=> string(4) "root" ["host"]=> string(9) "localhost" ["sql_session"]=> int(72 ... , listClients , xdevapi , array , int , session , host , user ...
https://man.plustar.jp/php/mysql-xdevapi-session.listclients.html - [similar]
Send all calls 5457
« Yar_Concurrent_Client::call Yar_Concurrent_Client::reset » PHP Manual Yar_Concurrent_Client Se ... error ); } Yar_Concurrent_Client :: call ( "http://host/api/" , "some_method" , array( "parameters" ), "ca ... llback" ); Yar_Concurrent_Client :: call ( "http://host/api/" , "some_method" , array( "parameters" )); // ... ll be used Yar_Concurrent_Client :: call ( "http://host/api/" , "some_method" , array( "parameters" ), "ca ... n packager Yar_Concurrent_Client :: call ( "http://host/api/" , "some_method" , array( "parameters" ), "ca ...
https://man.plustar.jp/php/yar-concurrent-client.loop.html - [similar]
リモートサーバーを経由するトンネルをオープンする 5407
« ssh2_shell Stomp » PHP Manual SSH2 関数 リモートサーバーを経由するトンネルをオープンする ssh2_ ... する 説明 ssh2_tunnel ( resource $session , string $host , int $port ): resource 現在接続している SSH サーバ ... ect() のコールによって取得した SSH 接続リンク ID。 host port 戻り値 例 例1 任意のホストへのトンネルのオープ ... , リモート , 接続 , tunnel , resource , session , host ...
https://man.plustar.jp/php/function.ssh2-tunnel.html - [similar]
サーバーから項目を取得する 5407
« Memcache::flush Memcache::getExtendedStats » PHP Manual Memcache サーバーから項目を取得する Me ... PI */ $memcache_obj = memcache_connect ( 'memcache_host' , 11211 ); $var = memcache_get ( $memcache_obj , ... ew Memcache ; $memcache_obj -> connect ( 'memcache_host' , 11211 ); $var = $memcache_obj -> get ( 'some_ke ... PI */ $memcache_obj = memcache_connect ( 'memcache_host' , 11211 ); $var = memcache_get ( $memcache_obj , ... ew Memcache ; $memcache_obj -> connect ( 'memcache_host' , 11211 ); $var = $memcache_obj -> get (Array( 's ...
https://man.plustar.jp/php/memcache.get.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT