検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 1970 for [SIMILAR] 16 1024 4096 WITH 4326 com WITH 3445 ... (1.201 sec.)
はじめに 0
« Xhprof インストール/設定 » PHP Manual Xhprof はじめに はじめに XHProf は、軽量で階層型な命令ベースのプロファイラです。 データ収集フェーズでは、呼び出し回数や プログラムの動的コールグラフ内の弧の包括的メトリクスを追跡します。 排他的メトリクス (実行時間や CPU 時間、メモリ使用量など) の計 ...
https://man.plustar.jp/php/intro.xhprof.html - [similar]
JSON 文字列をデコードする 0
« JSON 関数 json_encode » PHP Manual JSON 関数 JSON 文字列をデコードする json_decode (PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL json >= 1.2.0) json_decode — JSON 文字列をデコードする 説明 json_decode ( string $json , ? bool $associative = null , int $depth = 512 , int $flags = 0 ): mixed JSON エ ...
https://man.plustar.jp/php/function.json-decode.html - [similar]
三文字の国コードを取得する 0
« geoip_country_code_by_name geoip_country_name_by_name » PHP Manual GeoIP 関数 三文字の国コードを取得する geoip_country_code3_by_name (PECL geoip >= 0.2.0) geoip_country_code3_by_name — 三文字の国コードを取得する 説明 geoip_country_code3_by_name ( string $hostname ): string geoip_countr ...
https://man.plustar.jp/php/function.geoip-country-code3-by-name.html - [similar]
ステートメントの実行 0
« データベース接続 プリペアドステートメント » PHP Manual クイックスタートガイド ステートメントの実行 ステートメントの実行 ステートメントは、 mysqli::query() , mysqli::real_query() , mysqli::multi_query() を使って実行できます。 mysqli::query() がもっともよく使われますが、 ステートメントの ...
https://man.plustar.jp/php/mysqli.quickstart.statements.html - [similar]
C 言語と同様にスラッシュで文字列をクォートする 0
« String 関数 addslashes » PHP Manual String 関数 C 言語と同様にスラッシュで文字列をクォートする addcslashes (PHP 4, PHP 5, PHP 7, PHP 8) addcslashes — C 言語と同様にスラッシュで文字列をクォートする 説明 addcslashes ( string $string , string $characters ): string characters パラメータに羅 ...
https://man.plustar.jp/php/function.addcslashes.html - [similar]
出力バッファを gzip 圧縮するための ob_start コールバック関数 0
« ob_get_status ob_implicit_flush » PHP Manual 出力制御 関数 出力バッファを gzip 圧縮するための ob_start コールバック関数 ob_gzhandler (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ob_gzhandler — 出力バッファを gzip 圧縮するための ob_start コールバック関数 説明 ob_gzhandler ( string $data , int ...
https://man.plustar.jp/php/function.ob-gzhandler.html - [similar]
ブートストラップをコールする 0
« Yaf_Application::app Yaf_Application::clearLastError » PHP Manual Yaf_Application ブートストラップをコールする Yaf_Application::bootstrap (Yaf >=1.0.0) Yaf_Application::bootstrap — ブートストラップをコールする 説明 public Yaf_Application::bootstrap ( Yaf_Bootstrap_Abstract $bootstrap = ...
https://man.plustar.jp/php/yaf-application.bootstrap.html - [similar]
コールバックを実行する 0
« Yaf_Application::environ Yaf_Application::getAppDirectory » PHP Manual Yaf_Application コールバックを実行する Yaf_Application::execute (Yaf >=1.0.0) Yaf_Application::execute — コールバックを実行する 説明 public Yaf_Application::execute ( callable $entry , string ...$args ): void このメ ...
https://man.plustar.jp/php/yaf-application.execute.html - [similar]
htmlspecialchars および htmlentities で使用される変換テーブルを返す 0
« fprintf hebrev » PHP Manual String 関数 htmlspecialchars および htmlentities で使用される変換テーブルを返す get_html_translation_table (PHP 4, PHP 5, PHP 7, PHP 8) get_html_translation_table — htmlspecialchars() および htmlentities() で使用される変換テーブルを返す 説明 get_html_transla ...
https://man.plustar.jp/php/function.get-html-translation-table.html - [similar]
接続処理 0
« リモートファイルの使用 持続的データベース接続 » PHP Manual 機能 接続処理 接続処理 PHP 内部で、接続ステータスが保持されます。 これは、次の 4 つの状態をとりえます。 0 - NORMAL 1 - ABORTED 2 - TIMEOUT 3 - ABORTED および TIMEOUT 通常 PHP が実行されている場合、NORMAL 状態がアクティブになりま ...
https://man.plustar.jp/php/features.connection-handling.html - [similar]