検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 635 for [SIMILAR] 16 1024 4096 WITH 4900 include WITH 31... (0.480 sec.)
外部から来る変数 0
« 可変変数 定数 » PHP Manual 変数 外部から来る変数 外部から来る変数 HTML フォーム (GET と POST) フォームが PHP スクリプトに投稿された時、フォームから渡された全て の変数は PHP により自動的にスクリプトから使用可能となります。 この情報にアクセスする手段は複数あります。例を以下に示します。 例 ...
https://man.plustar.jp/php/language.variables.external.html - [similar]
HTTP クッキー 0
« $_ENV $php_errormsg » PHP Manual 定義済の変数 HTTP クッキー $_COOKIE (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) $_COOKIE — HTTP クッキー 説明 現在のスクリプトに HTTP クッキーから渡された変数の連想配列です。 例 例1 $_COOKIE の例 <?php echo 'Hello ' . htmlspecialchars ( $_COOKIE [ "name" ]) . ...
https://man.plustar.jp/php/reserved.variables.cookies.html - [similar]
HTTP ファイルアップロード変数 0
« $_POST $_REQUEST » PHP Manual 定義済の変数 HTTP ファイルアップロード変数 $_FILES (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) $_FILES — HTTP ファイルアップロード変数 説明 HTTP POST メソッドで現在のスクリプトにアップロードされた項目の連想配列です。 この配列の構造については POST メソッドによるア ...
https://man.plustar.jp/php/reserved.variables.files.html - [similar]
結果セットに関連付けられたリソースを開放する 0
« db2_foreign_keys db2_free_stmt » PHP Manual IBM DB2 関数 結果セットに関連付けられたリソースを開放する db2_free_result (PECL ibm_db2 >= 1.0.0) db2_free_result — 結果セットに関連付けられたリソースを開放する 説明 db2_free_result ( resource $stmt ): bool 結果セットに関連付けられたシステムリ ...
https://man.plustar.jp/php/function.db2-free-result.html - [similar]
opcode のキャッシュ内容をリセットする 0
« opcache_is_script_cached 出力制御 » PHP Manual OPcache 関数 opcode のキャッシュ内容をリセットする opcache_reset (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL ZendOpcache >= 7.0.0) opcache_reset — opcode のキャッシュ内容をリセットする 説明 opcache_reset (): bool この関数は、キャッシュされた opcod ...
https://man.plustar.jp/php/function.opcache-reset.html - [similar]
指定されたステートメントリソースに関連付けられたリソースを開放する 0
« db2_free_result db2_get_option » PHP Manual IBM DB2 関数 指定されたステートメントリソースに関連付けられたリソースを開放する db2_free_stmt (PECL ibm_db2 >= 1.0.0) db2_free_stmt — 指定されたステートメントリソースに関連付けられたリソースを開放する 説明 db2_free_stmt ( resource $stmt ): bo ...
https://man.plustar.jp/php/function.db2-free-stmt.html - [similar]
PHP による PNG の生成 0
« 例 アルファチャネルを使用した、画像へのすかしの追加 » PHP Manual 例 PHP による PNG の生成 PHP による PNG の生成 例1 PHP による PNG の生成 <?php header ( "Content-type: image/png" ); $string = $_GET [ 'text' ]; $im = imagecreatefrompng ( "images/button1.png" ); $orange = imagecoloralloc ...
https://man.plustar.jp/php/image.examples-png.html - [similar]
このリクエストの後にApacheプロセスを終了する 0
« Apache 関数 apache_get_modules » PHP Manual Apache 関数 このリクエストの後にApacheプロセスを終了する apache_child_terminate (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) apache_child_terminate — このリクエストの後にApacheプロセスを終了する 説明 apache_child_terminate (): void apache_child_term ...
https://man.plustar.jp/php/function.apache-child-terminate.html - [similar]
文を実行する 0
« oci_error oci_fetch_all » PHP Manual OCI8 関数 文を実行する oci_execute (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_execute — 文を実行する 説明 oci_execute ( resource $statement , int $mode = OCI_COMMIT_ON_SUCCESS ): bool oci_parse() が返した statement を実行します。 実行後、 INSERT ...
https://man.plustar.jp/php/function.oci-execute.html - [similar]
HTTP GET 変数 0
« $_SERVER $_POST » PHP Manual 定義済の変数 HTTP GET 変数 $_GET (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) $_GET — HTTP GET 変数 説明 URL パラメータ (a.k.a クエリストリング) で現在のスクリプトに渡された変数の連想配列です。 この配列の値は、GETリクエストだけでなく、クエリストリングが含まれた全て ...
https://man.plustar.jp/php/reserved.variables.get.html - [similar]