検索

phrase: max: clip:
target: order:
Results of 961 - 970 of about 2650 for 上の (0.089 sec.)
データベースへの持続的接続を返す 2061
« db2_pclose db2_prepare » PHP Manual IBM DB2 関数 データベースへの持続的接続を返す db2_pconnect ... 。 変更履歴 バージョン 説明 ibm_db2 1.9.0 持続的接続上のアクティブなトランザクションは、各接続の終了時にロー ... { echo "2 回目の持続的接続に失敗しました。" ; } ?> 上の例の出力は以下となります。 持続的接続に成功しました。 ... cho "Explicit trusted connection failed.\n" ; } ?> 上の例の出力は以下となります。 Explicit trusted connecti ...
https://man.plustar.jp/php/function.db2-pconnect.html - [similar]
10 進数を 8 進数に変換する 2061
« dechex deg2rad » PHP Manual Math 関数 10 進数を 8 進数に変換する decoct (PHP 4, PHP 5, PHP 7, ... cho decoct ( 15 ) . "\n" ; echo decoct ( 264 ); ?> 上の例の出力は以下となります。 17 410 参考 octdec() - 8 ...
https://man.plustar.jp/php/function.decoct.html - [similar]
処理対象のリクエスト数を返す 2061
« eio_nready eio_nthreads » PHP Manual Eio 関数 処理対象のリクエスト数を返す eio_nreqs (PECL eio ... , "3" ); while ( eio_nreqs ()) { eio_poll (); } ?> 上の例の出力は、 たとえば以下のようになります。 string(1 ...
https://man.plustar.jp/php/function.eio-nreqs.html - [similar]
最も最近のエラーをクリア 2061
« debug_print_backtrace error_get_last » PHP Manual エラー処理関数 最も最近のエラーをクリア erro ... r_clear_last (); var_dump ( error_get_last ()); ?> 上の例の出力は、 たとえば以下のようになります。 NULL NUL ...
https://man.plustar.jp/php/function.error-clear-last.html - [similar]
サポートされるフィルタの一覧を返す 2061
« filter_input filter_var_array » PHP Manual Filter 関数 サポートされるフィルタの一覧を返す filt ... er_list() の例 <?php print_r ( filter_list ()); ?> 上の例の出力は、 たとえば以下のようになります。 Array ( ...
https://man.plustar.jp/php/function.filter-list.html - [similar]
ガベージコレクタに関する情報を取得する 2061
« gc_mem_caches get_cfg_var » PHP Manual PHP オプション/情報 関数 ガベージコレクタに関する情報を ... ); gc_collect_cycles (); var_dump ( gc_status ()); 上の例の出力は、 たとえば以下のようになります。 array(4) ...
https://man.plustar.jp/php/function.gc-status.html - [similar]
完全な国名を取得する 2061
« geoip_country_code3_by_name geoip_database_info » PHP Manual GeoIP 関数 完全な国名を取得する g ... echo 'This host is located in: ' . $country ; } ?> 上の例の出力は以下となります。 This host is located in: ...
https://man.plustar.jp/php/function.geoip-country-name-by-name.html - [similar]
GeoIP データベースのカスタムディレクトリを設定する 2061
« geoip_region_name_by_code geoip_time_zone_by_country_and_region » PHP Manual GeoIP 関数 GeoIP ... nt geoip_db_filename ( GEOIP_COUNTRY_EDITION ); ?> 上の例の出力は以下となります。 /some/other/path/GeoIP.da ...
https://man.plustar.jp/php/function.geoip-setup-custom-directory.html - [similar]
現在の PHP スクリプトの所有者の名前を取得する 2061
« get_cfg_var get_defined_constants » PHP Manual PHP オプション/情報 関数 現在の PHP スクリプトの ... 'Current script owner: ' . get_current_user (); ?> 上の例の出力は、 たとえば以下のようになります。 Current ...
https://man.plustar.jp/php/function.get-current-user.html - [similar]
指定されたリソースの、数値の識別子を返す 2061
« get_defined_vars get_resource_type » PHP Manual 変数操作 関数 指定されたリソースの、数値の識別 ... ndle . "\n" ; echo get_resource_id ( $handle ); ?> 上の例の出力は、 たとえば以下のようになります。 698 698 ...
https://man.plustar.jp/php/function.get-resource-id.html - [similar]