Results of 1 - 10 of about 254 for HOST (0.006 sec.)
- The RarEntry class 10686
- « RarArchive::__toString RarEntry::extract » PHP Manual Rar The RarEntry class The RarEntry clas
...
ラス概要 final class RarEntry { /* 定数 */ const int HOST_MSDOS = 0 ; const int HOST_OS2 = 1 ; const int HOS ...
T_WIN32 = 2 ; const int HOST_UNIX = 3 ; const int HOST_MACOS = 4 ; const int HO ...
(): string public getFileTime (): string public getHostOs (): int public getMethod (): int public getName ...
lic __toString (): string } 定義済み定数 RarEntry::HOST_MSDOS If the return value of RarEntry::getHostOs() ...
-
https://man.plustar.jp/php/class.rarentry.html
- [similar]
- 定義済み定数 9388
- « リソース型 例 » PHP Manual Rar 定義済み定数 定義済み定数 以下の定数が定義されています。 この関
...
時に動的にロードされている場合のみ使用可能です。 RAR_HOST_MSDOS ( int ) かわりに RarEntry::HOST_MSDOS を使い ...
ます。 RAR_HOST_OS2 ( int ) かわりに RarEntry::HOST_OS2 を使います ...
。 RAR_HOST_WIN32 ( int ) かわりに RarEntry::HOST_WIN32 を使い ...
ます。 RAR_HOST_UNIX ( int ) かわりに RarEntry::HOST_UNIX を使いま ...
-
https://man.plustar.jp/php/rar.constants.html
- [similar]
- 使用している接続の型を文字列で返す 9179
- « mysqli::get_connection_stats mysqli::$protocol_version » PHP Manual mysqli 使用している接続の型
...
を文字列で返す mysqli::$host_info mysqli_get_host_info (PHP 5, PHP 7, PHP 8) my ...
sqli::$host_info -- mysqli_get_host_info — 使用している接続の型 ...
文字列で返す 説明 オブジェクト指向型 string $mysqli->host_info ; 手続き型 mysqli_get_host_info ( mysqli $mys ...
スト名と接続の型を文字列で返します。 例 例1 $mysqli->host_info の例 オブジェクト指向型 <?php $mysqli = new m ...
-
https://man.plustar.jp/php/mysqli.get-host-info.html
- [similar]
- mysqlndプラグインの開発をはじめよう 8890
- « mysqlnd のプラグインAPI OCI8 » PHP Manual MySQL Native Driver プラグインAPI mysqlndプラグインの
...
sqlnd_plugin_connection { public function connect($host, ...) { .. } } mysqlnd_plugin_set_conn_proxy(new p ...
mysqlnd_conn__connect)( MYSQLND *conn, const char *host, const char * user, const char * passwd, unsigned ...
my_conn_class,connect)( MYSQLND *conn, const char *host /* ... */ TSRMLS_DC) { enum_func_status ret = FAIL ...
Y_ZEND_CALL_METHOD_WRAPPER(global_user_conn_proxy, host, /*...*/); } else { /* or original mysqlnd method ...
-
https://man.plustar.jp/php/mysqlnd.plugin.developing.html
- [similar]
- 例 8720
- « 定義済み定数 CUBRID 関数 » PHP Manual CUBRID 例 例 The following is a simple example that esta
...
** * Set server information for CUBRID connection. host_ip is the IP * address where the CUBRID Broker is ...
installed (localhost in this * example), and host_port is the port numb ...
n. * For details, see "Administrator's Guide." */ $host_ip = "localhost" ; $host_port = 33000 ; $db_name = ...
architecture. */ $cubrid_con = @ cubrid_connect ( $host_ip , $host_port , $db_name ); if (! $cubrid_con ) ...
-
https://man.plustar.jp/php/cubrid.examples.html
- [similar]
- エントリのホスト OS を取得する 8590
- « RarEntry::getFileTime RarEntry::getMethod » PHP Manual RarEntry エントリのホスト OS を取得する
...
RarEntry::getHostOs (PECL rar >= 0.1) RarEntry::getHostOs — エントリ ...
のホスト OS を取得する 説明 public RarEntry::getHostOs (): int アーカイブエントリのホスト OS のコードを ...
はエラー時に false を返します。 例 例1 RarEntry::getHostOs() の例 (バージョン >= 2.0.0) <?php $rar_file = r ...
なエントリは見つかりません" ); switch ( $entry -> getHostOs ()) { case RarEntry :: HOST_MSDOS : echo "MS-DOS ...
-
https://man.plustar.jp/php/rarentry.gethostos.html
- [similar]
- クラスのオプション host を設定する 8590
- « VarnishAdmin::setCompat VarnishAdmin::setIdent » PHP Manual VarnishAdmin クラスのオプション host
...
st を設定する VarnishAdmin::setHost (PECL varnish >= 0.8) VarnishAdmin::setHost — クラ ...
スのオプション host を設定する 説明 public VarnishAdmin::setHost ( str ...
ing $host ): void パラメータ host 接続の host パラメータ。 戻 ...
り値 関連キーワード: host , クラス , 設定 , VarnishAdmin , オプション , setH ...
-
https://man.plustar.jp/php/varnishadmin.sethost.html
- [similar]
- Returns the request host 7922
- « EventHttpRequest::getConnection EventHttpRequest::getInputBuffer » PHP Manual EventHttpRequest
...
Returns the request host EventHttpRequest::getHost (PECL event >= 1.4.0-bet ...
a) EventHttpRequest::getHost — Returns the request host 説明 public EventHttpRe ...
quest::getHost (): string Returns the request host. パラメータ こ ...
パラメータはありません。 戻り値 Returns the request host. 参考 EventHttpRequest::getUri() - Returns the req ...
-
https://man.plustar.jp/php/eventhttprequest.gethost.html
- [similar]
- 例 7842
- « 定義済み定数 YAZ 関数 » PHP Manual YAZ 例 例 PHP/YAZ はターゲット(Z-Associations)との接続を保持
...
ます。そうでない場合 (引数を指定した場合)は、配列 host にあるターゲットを検索します。 例1 YAZ による並列検 ...
索 <?php $host = $_REQUEST [ host ]; $query = $_REQUEST [ query ] ...
; $num_hosts = count ( $host ); if (empty( $query ) || count ( ...
$host ) == 0 ) { echo '<form method="get"> <input type=" ...
-
https://man.plustar.jp/php/yaz.examples.html
- [similar]
- MySQL ホスト情報を取得する 7463
- « mysql_get_client_info mysql_get_proto_info » PHP Manual MySQL 関数 MySQL ホスト情報を取得する
...
mysql_get_host_info (PHP 4 >= 4.0.5, PHP 5) mysql_get_host_info — ...
この関数の代替として、これらが使えます。 mysqli_get_host_info() PDO::getAttribute(PDO::ATTR_CONNECTION_STAT ...
US) 説明 mysql_get_host_info ( resource $link_identifier = NULL ): string ...
失敗した場合に false を返します。 例 例1 mysql_get_host_info() の例 <?php $link = mysql_connect ( 'localho ...
-
https://man.plustar.jp/php/function.mysql-get-host-info.html
- [similar]