検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 254 for host (0.008 sec.)
リモートサーバーのフィンガープリントを処理する 4948
« ssh2_fetch_stream ssh2_forward_accept » PHP Manual SSH2 関数 リモートサーバーのフィンガープリン ... 値に対するフィンガープリントのチェック <?php $known_host = '6F89C2F0A719B30CC38ABDF90755F2E4' ; $connection ... SH2_FINGERPRINT_HEX ); if ( $fingerprint != $known_host ) { die( "HOSTKEY MISMATCH!\n" . "Possible Man-In- ...
https://man.plustar.jp/php/function.ssh2-fingerprint.html - [similar]
コネクションプールに memcached サーバーを追加する 4948
« Memcache::add Memcache::close » PHP Manual Memcache コネクションプールに memcached サーバーを追 ... ーバーを追加する 説明 Memcache::addServer ( string $host , int $port = 11211 , bool $persistent = ? , int $ ... che バージョン 2.0.0 で追加されました。 パラメータ host memcached が接続を待ち受けるホストを指定します。 こ ... new Memcache ; $memcache -> addServer ( 'memcache_host' , 11211 ); $memcache -> addServer ( 'memcache_hos ... PI */ $memcache_obj = memcache_connect ( 'memcache_host' , 11211 ); memcache_add_server ( $memcache_obj , ...
https://man.plustar.jp/php/memcache.addserver.html - [similar]
サーバー上のすべての既存項目を消去する 4948
« Memcache::delete Memcache::get » PHP Manual Memcache サーバー上のすべての既存項目を消去する Me ... PI */ $memcache_obj = memcache_connect ( 'memcache_host' , 11211 ); memcache_flush ( $memcache_obj ); /* オ ... ew Memcache ; $memcache_obj -> connect ( 'memcache_host' , 11211 ); $memcache_obj -> flush (); ?> 関連キー ...
https://man.plustar.jp/php/memcache.flush.html - [similar]
このエントリがディレクトリであるかどうかを調べる 4948
« RarEntry::getVersion RarEntry::isEncrypted » PHP Manual RarEntry このエントリがディレクトリであ ... ble $e... //... $isDirectory = (bool) ((( $e -> getHostOs () == RAR_HOST_WIN32 ) && ( $e -> getAttr () & 0 ... x10 )) || (( $e -> getHostOs () == RAR_HOST_UNIX ) && (( $e -> getAttr () & 0 ...
https://man.plustar.jp/php/rarentry.isdirectory.html - [similar]
Get the column names in result 4909
« cubrid_col_size cubrid_column_types » PHP Manual CUBRID 関数 Get the column names in result cu ... mes() example <?php $conn = cubrid_connect ( "localhost" , 33000 , "demodb" , "dba" ); $result = cubrid_ex ... ecute ( $conn , "SELECT * FROM game WHERE host_year=2004 AND nation_code='AUS' AND medal='G'" ); ... となります。 Column Names Column Types Column Maxlen host_year integer 11 event_code integer 11 athlete_code ...
https://man.plustar.jp/php/function.cubrid-column-names.html - [similar]
Get column types in result 4909
« cubrid_column_names cubrid_commit » PHP Manual CUBRID 関数 Get column types in result cubrid_c ... pes() example <?php $conn = cubrid_connect ( "localhost" , 33000 , "demodb" , "dba" ); $result = cubrid_ex ... ecute ( $conn , "SELECT * FROM game WHERE host_year=2004 AND nation_code='AUS' AND medal='G'" ); ... となります。 Column Names Column Types Column Maxlen host_year integer 11 event_code integer 11 athlete_code ...
https://man.plustar.jp/php/function.cubrid-column-types.html - [similar]
Get the maximum length of the specified field 4909
« cubrid_field_flags cubrid_field_name » PHP Manual CUBRID MySQL 互換関数 Get the maximum length ... len() 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'" ); ... となります。 Column Names Column Types Column Maxlen host_year integer 11 event_code integer 11 athlete_code ...
https://man.plustar.jp/php/function.cubrid-field-len.html - [similar]
Return the name of the specified field index 4909
« cubrid_field_len cubrid_field_seek » PHP Manual CUBRID MySQL 互換関数 Return the name of the s ... ame() 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'" ); ... の例の出力は以下となります。 Field Name Field Flags host_year not_null primary_key unique_key event_code no ...
https://man.plustar.jp/php/function.cubrid-field-name.html - [similar]
二文字の大陸コードを取得する 4909
« geoip_asnum_by_name geoip_country_code_by_name » PHP Manual GeoIP 関数 二文字の大陸コードを取得 ... 取得する 説明 geoip_continent_code_by_name ( string $hostname ): string geoip_continent_code_by_name() 関数は ... に対応する二文字の大陸コードを返します。 パラメータ hostname 場所を探す対象となるホスト名あるいは IP アドレ ... www.example.com' ); if ( $continent ) { echo 'This host is located in: ' . $continent ; } ?> 上の例の出力は ... 以下となります。 This host is located in: NA 参考 geoip_country_code_by_name( ...
https://man.plustar.jp/php/function.geoip-continent-code-by-name.html - [similar]
三文字の国コードを取得する 4909
« geoip_country_code_by_name geoip_country_name_by_name » PHP Manual GeoIP 関数 三文字の国コード ... 取得する 説明 geoip_country_code3_by_name ( string $hostname ): string geoip_country_code3_by_name() 関数は ... スに対応する三文字の国コードを返します。 パラメータ hostname 場所を探す対象となるホスト名あるいは IP アドレ ... 'www.example.com' ); if ( $country ) { echo 'This host is located in: ' . $country ; } ?> 上の例の出力は以 ... 下となります。 This host is located in: USA 参考 geoip_country_code_by_name ...
https://man.plustar.jp/php/function.geoip-country-code3-by-name.html - [similar]