検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 674 for [SIMILAR] 16 1024 4096 WITH 59364 compact WITH 1... (0.833 sec.)
生のリクエストボディを取得する 0
« Yaf_Request_Http::getQuery Yaf_Request_Http::getRequest » PHP Manual Yaf_Request_Http 生のリクエストボディを取得する Yaf_Request_Http::getRaw (Yaf >=3.0.7) Yaf_Request_Http::getRaw — 生のリクエストボディを取得する 説明 public Yaf_Request_Http::getRaw (): mixed 生のリクエストボディを取得 ...
https://man.plustar.jp/php/yaf-request-http.getraw.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]
リファレンスの適用範囲 0
« リファレンスの解除 定義済の変数 » PHP Manual リファレンスの説明 リファレンスの適用範囲 リファレンスの適用範囲 PHP の多くの構文構造は、リファレンス機構を利用して実装されています。 このため、前記のリファレンス結合に関する事項はこれらの構造についても 適用されます。リファレンス渡しおよびリ ...
https://man.plustar.jp/php/language.references.spot.html - [similar]
プリペアドステートメントから結果を取得し、バインド変数に格納する 0
« mysqli_stmt::execute mysqli_stmt::$field_count » PHP Manual mysqli_stmt プリペアドステートメントから結果を取得し、バインド変数に格納する mysqli_stmt::fetch mysqli_stmt_fetch (PHP 5, PHP 7, PHP 8) mysqli_stmt::fetch -- mysqli_stmt_fetch — プリペアドステートメントから結果を取得し、バイン ...
https://man.plustar.jp/php/mysqli-stmt.fetch.html - [similar]
名前空間終了ハンドラを設定する 0
« xml_set_element_handler xml_set_external_entity_ref_handler » PHP Manual XML パーサ 関数 名前空間終了ハンドラを設定する xml_set_end_namespace_decl_handler (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) xml_set_end_namespace_decl_handler — 名前空間終了ハンドラを設定する 説明 xml_set_end_namespac ...
https://man.plustar.jp/php/function.xml-set-end-namespace-decl-handler.html - [similar]
最大 4 つまでの $_SERVER 変数を実行時に変更させる 0
« Phar::mount Phar::offsetExists » PHP Manual Phar 最大 4 つまでの $_SERVER 変数を実行時に変更させる Phar::mungServer (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0) Phar::mungServer — 最大 4 つまでの $_SERVER 変数を実行時に変更させる 説明 final public static Phar::mungServer ( array ...
https://man.plustar.jp/php/phar.mungserver.html - [similar]
APCu 関数 0
« 定義済み定数 apcu_add » PHP Manual APCu APCu 関数 APCu 関数 目次 apcu_add — 新規の変数をデータ領域にキャッシュする apcu_cache_info — APCu のデータから、キャッシュされた情報を取得する apcu_cas — 古い値を新しい値に更新する apcu_clear_cache — APCu キャッシュをクリアする apcu_dec — 保存した ...
https://man.plustar.jp/php/ref.apcu.html - [similar]
はじめに 0
« Sessions インストール/設定 » PHP Manual Sessions はじめに はじめに PHPのセッションサポート機能は、複数回のアクセスを通じて特定のデータを保持する手段を実現するものです。 Web サイトの訪問者にはセッションIDというセッションIDと呼ばれるユニークなIDが割りつけられ ます。このIDは、ユーザー側に ...
https://man.plustar.jp/php/intro.session.html - [similar]
リファレンスが行わないこと 0
« リファレンスが行うことは何ですか? リファレンス渡し » PHP Manual リファレンスの説明 リファレンスが行わないこと リファレンスが行わないこと これまでに説明したように、リファレンスはポインタではありません。このため、 次の例は期待通りに動作しません。 <?php function foo (& $var ) { $var =& $G ...
https://man.plustar.jp/php/language.references.arent.html - [similar]
型演算子 0
« 配列演算子 制御構造 » PHP Manual 演算子 型演算子 型演算子 instanceof を使用して、 ある PHP 変数が特定の クラス のオブジェクトのインスタンスであるかどうかを調べます。 例1 クラスでの instanceof の使用法 <?php class MyClass { } class NotMyClass { } $a = new MyClass ; var_dump ( $a instanc ...
https://man.plustar.jp/php/language.operators.type.html - [similar]