検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 479 for [SIMILAR] 16 1024 4096 WITH 23413 切断 WITH 7183... (0.529 sec.)
結果を保持するリソースを開放する 0
« odbc_foreignkeys odbc_gettypeinfo » PHP Manual ODBC 関数 結果を保持するリソースを開放する odbc_free_result (PHP 4, PHP 5, PHP 7, PHP 8) odbc_free_result — 結果を保持するリソースを開放する 説明 odbc_free_result ( resource $statement ): bool 結果を保持するリソースを開放します。 odbc_free ...
https://man.plustar.jp/php/function.odbc-free-result.html - [similar]
外部から来る変数 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]
PHP オプション/情報 関数 0
« 定義済み定数 assert_options » PHP Manual PHP Options/Info PHP オプション/情報 関数 PHP オプション/情報 関数 目次 assert_options — 様々な assert フラグを設定/取得する assert — assertion が false であるかどうかを調べる cli_get_process_title — 現在のプロセスのタイトルを返す cli_set_proces ...
https://man.plustar.jp/php/ref.info.html - [similar]
PHP オプションと情報 0
« output_reset_rewrite_vars はじめに » PHP Manual PHP の振る舞いの変更 PHP オプションと情報 PHP オプションと情報 はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 PHP オプション/情報 関数 assert_options — 様々な assert フラグを設定/取得する assert — asse ...
https://man.plustar.jp/php/book.info.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]