検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 254 for host (0.047 sec.)
Yaf_Config_Ini クラス 4829
« Yaf_Config_Abstract::toArray Yaf_Config_Ini::__construct » PHP Manual Yaf Yaf_Config_Ini クラス ... Production site configuration data [production] webhost = www.example.com database.adapter = pdo_mysql dat ... abase.params.host = db.example.com database.params.username = dbuser ... s necessary [staging : production] database.params.host = dev.example.com database.params.username = devus ... ng' ); var_dump ( $config -> database -> params -> host ); var_dump ( $config -> database -> params -> dbn ...
https://man.plustar.jp/php/class.yaf-config-ini.html - [similar]
生の HTTP ヘッダを送信する 4829
« header_remove headers_list » PHP Manual ネットワーク 関数 生の HTTP ヘッダを送信する header (P ... URI から絶対 URI を作成するためには $_SERVER['HTTP_HOST'] 、 $_SERVER['PHP_SELF'] および dirname() を使用で ... ントディレクトリの別のページにリダイレクトします */ $host = $_SERVER [ 'HTTP_HOST' ]; $uri = rtrim ( dirname ... xtra = 'mypage.php' ; header ( "Location: http:// $host$uri / $extra " ); exit; ?> 注意 : session.use_tran ...
https://man.plustar.jp/php/function.header.html - [similar]
項目の値を減らす 4829
« Memcache::connect Memcache::delete » PHP Manual Memcache 項目の値を減らす Memcache::decrement ... PI */ $memcache_obj = memcache_connect ( 'memcache_host' , 11211 ); /* 項目の値を 2 減らします */ $new_val ... ew Memcache ; $memcache_obj -> connect ( 'memcache_host' , 11211 ); /* 項目の値を 3 減らします */ $new_val ...
https://man.plustar.jp/php/memcache.decrement.html - [similar]
VarnishAdmin クラス 4779
« 基本的な VarnishLog の使用法 VarnishAdmin::auth » PHP Manual Varnish VarnishAdmin クラス Varni ... l public setCompat ( int $compat ): void public setHost ( string $host ): void public setIdent ( string $i ... ラスのオプション compat を設定する VarnishAdmin::setHost — クラスのオプション host を設定する VarnishAdmin: ...
https://man.plustar.jp/php/class.varnishadmin.html - [similar]
Prepare a SQL statement for execution 4779
« cubrid_pconnect cubrid_put » PHP Manual CUBRID 関数 Prepare a SQL statement for execution cubr ... are() example <?php $conn = cubrid_connect ( "localhost" , 33000 , "demodb" ); $sql = <<<EOD SELECT g.even ... M game g JOIN event e ON g.event_code=e.code WHERE host_year = ? AND event_code NOT IN (SELECT event_code ... FROM game WHERE host_year=?) GROUP BY event_code; EOD; $req = cubrid_pr ...
https://man.plustar.jp/php/function.cubrid-prepare.html - [similar]
InterBase データベースでクエリを実行する 4779
« ibase_prepare ibase_restore » PHP Manual Firebird/InterBase 関数 InterBase データベースでクエリ ... る必要があります。 例 例1 ibase_query() の例 <?php $host = 'localhost:/path/to/your.gdb' ; $dbh = ibase_con ... nect ( $host , $username , $password ); $stmt = 'SELECT * FROM ...
https://man.plustar.jp/php/function.ibase-query.html - [similar]
MySQL プロトコル情報を取得する 4779
« mysql_get_host_info mysql_get_server_info » PHP Manual MySQL 関数 MySQL プロトコル情報を取得す ... to_info() の例 <?php $link = mysql_connect ( 'localhost' , 'mysql_user' , 'mysql_password' ); if (! $link ... nfo() - MySQL クライアント情報を取得する mysql_get_host_info() - MySQL ホスト情報を取得する mysql_get_serv ...
https://man.plustar.jp/php/function.mysql-get-proto-info.html - [similar]
使用している MySQL プロトコルのバージョンを返す 4779
« mysqli::$host_info mysqli::$server_info » PHP Manual mysqli 使用している MySQL プロトコルのバー ... ブジェクト指向型 <?php $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" ); /* 接続状況をチェッ ... ; ?> 手続き型 <?php $link = mysqli_connect ( "localhost" , "my_user" , "my_password" ); /* 接続状況をチェッ ... 下となります。 Protocol version: 10 参考 mysqli_get_host_info() - 使用している接続の型を文字列で返す 関連キ ...
https://man.plustar.jp/php/mysqli.get-proto-info.html - [similar]
出力リライトの使用法 4779
« 基本的な使用法 出力制御 関数 » PHP Manual 例 出力リライトの使用法 出力リライトの使用法 PHP 7.1 ... PHP 7.1.0, 7.0.10, 5.6.25 以降で動作します // HTTP_HOST はデフォルトのターゲットホストです。適切に書き換え ... てください $_SERVER [ 'HTTP_HOST' ] = 'php.net' ; // 出力リライトはフォームだけを書 ... ようになりました。 url_rewriter.tags と url_rewriter.hosts です。 関連キーワード: 出力 , リライト , 使用 , b ...
https://man.plustar.jp/php/outcontrol.examples.rewrite.html - [similar]
PostgreSQL データベースに接続する 4779
« PostgreSQL (PDO) PDO::pgsqlCopyFromArray » PHP Manual PostgreSQL (PDO) PostgreSQL データベース ... 区切られます: DSN 接頭辞 DSN 接頭辞は pgsql: です。 host データベースサーバーが存在するホスト名を指定します ... ースに接続するための PDO_PGSQL DSN を表します: pgsql:host=localhost;port=5432;dbname=testdb;user=bruce;passw ...
https://man.plustar.jp/php/ref.pdo-pgsql.connection.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT