検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 434 for info (0.111 sec.)
mysql サーバーとの接続をオープンする 3852
« mysqli::query mysqli::real_escape_string » PHP Manual mysqli mysql サーバーとの接続をオープンす ... _error ()); } echo 'Success... ' . $mysqli -> host_info . "\n" ; $mysqli -> close (); ?> オブジェクト指向型 ... ord' , 'my_db' ); echo 'Success... ' . $db -> host_info . "\n" ; $db -> close (); ?> 手続き型 <?php $link ... _error ()); } echo 'Success... ' . mysqli_get_host_info ( $link ) . "\n" ; mysqli_close ( $link ); ?> 上の ... 例の出力は以下となります。 Success... MySQL host info: localhost via TCP/IP 注意 注意 : MySQLnd は常に、 ...
https://man.plustar.jp/php/mysqli.real-connect.html - [similar]
SQLSRV 関数 3852
« 定義済み定数 sqlsrv_begin_transaction » PHP Manual SQLSRV SQLSRV 関数 SQLSRV 関数 目次 sqlsrv_ ... sqlsrv_cancel — Cancels a statement sqlsrv_client_info — Returns information about the client and specifi ... database sqlsrv_errors — Returns error and warning information about the last SQLSRV operation performed s ... from parameter streams to the server sqlsrv_server_info — Returns information about the server 関連キーワー ...
https://man.plustar.jp/php/ref.sqlsrv.html - [similar]
Get log count by level, log_path and key_word 3852
« SeasLog::alert SeasLog::analyzerDetail » PHP Manual SeasLog Get log count by level, log_path a ... P (array or int). パラメータ level String. The log information level. log_path String. The log information ... path. key_word String. The search key word for log information. 戻り値 If `level` is SEASLOG_ALL or Empty, ... all levels count as `array`. If `level` is SEASLOG_INFO or the other level, return count as `int`. 例 例1 ... のようになります。 array(8) { ["DEBUG"]=> int(180) ["INFO"]=> int(214) ["NOTICE"]=> int(0) ["WARNING"]=> int ...
https://man.plustar.jp/php/seaslog.analyzercount.html - [similar]
PHP 用 Microsoft SQL Server ドライバ 3827
« SQLite3Result::reset はじめに » PHP Manual ベンダー固有のモジュール PHP 用 Microsoft SQL Serve ... sqlsrv_cancel — Cancels a statement sqlsrv_client_info — Returns information about the client and specifi ... database sqlsrv_errors — Returns error and warning information about the last SQLSRV operation performed s ... from parameter streams to the server sqlsrv_server_info — Returns information about the server 関連キーワー ...
https://man.plustar.jp/php/book.sqlsrv.html - [similar]
ReflectionExtension クラス 3827
« ReflectionZendExtension::__toString ReflectionExtension::__clone » PHP Manual リフレクション R ... e (): string public getVersion (): ? string public info (): void public isPersistent (): bool public isTem ... ジュールのバージョンを取得する ReflectionExtension::info — 拡張モジュールの情報を表示する ReflectionExtensi ...
https://man.plustar.jp/php/class.reflectionextension.html - [similar]
GeoIP データベースが使用可能かどうかを調べる 3827
« geoip_database_info geoip_db_filename » PHP Manual GeoIP 関数 GeoIP データベースが使用可能かど ... il ( GEOIP_COUNTRY_EDITION )) print geoip_database_info ( GEOIP_COUNTRY_EDITION ); ?> 上の例の出力は以下と ...
https://man.plustar.jp/php/function.geoip-db-avail.html - [similar]
LDAP フィルタまたは DN で使われる文字列をエスケープする 3827
« ldap_error ldap_exop_passwd » PHP Manual LDAP 関数 LDAP フィルタまたは DN で使われる文字列をエ ... $filter , array( "sn" , "givenname" , "mail" )); $info = ldap_get_entries ( $ds , $sr ); echo $info [ "co ...
https://man.plustar.jp/php/function.ldap-escape.html - [similar]
PHP 8.1.x で推奨されなくなる機能 3827
« 下位互換性のない変更点 その他の変更 » PHP Manual PHP 8.0.x から PHP 8.1.x への移行 PHP 8.1.x で ... ate_sunset() は、推奨されなくなりました。 date_sun_info() を使って下さい。 strptime() 関数は、 推奨されなく ... て下さい。 mysqli 引数を渡して、 mysqli::get_client_info() や mysqli_get_client_info() をコールすることは、 ... リのバージョン情報を取得するには、 mysqli_get_client_info() を引数なしでコールするようにして下さい。 mysqli: ...
https://man.plustar.jp/php/migration81.deprecated.html - [similar]
単一階層の検索を行う 3794
« ldap_get_values ldap_mod_add_ext » PHP Manual LDAP 関数 単一階層の検索を行う ldap_list (PHP 4, ... dap_list ( $ds , $basedn , "ou=*" , $justthese ); $info = ldap_get_entries ( $ds , $sr ); for ( $i = 0 ; $ ... i < $info [ "count" ]; $i ++) { echo $info [ $i ][ "ou" ][ 0 ...
https://man.plustar.jp/php/function.ldap-list.html - [similar]
Geo IP ロケーション 3769
« その他の基本モジュール はじめに » PHP Manual その他の基本モジュール Geo IP ロケーション Geo IP ... name_by_name — 完全な国名を取得する geoip_database_info — GeoIP データベースの情報を取得する geoip_db_avai ... IP データベースのファイル名を返す geoip_db_get_all_info — すべての GeoIP データベース形式についての詳細情報 ...
https://man.plustar.jp/php/book.geoip.html - [similar]