検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 613 for [SIMILAR] 16 1024 4096 WITH 22852 getstaticvaria... (0.532 sec.)
はじめに 0
« 型 論理型 (boolean) » PHP Manual 型 はじめに はじめに PHP は 10 種類の基本型をサポートします。 4 種類のスカラー型: 論理値 ( bool ) 整数 ( int ) 浮動小数点数 (float, double も同じ) 文字列 (string) 4 種類の複合型: 配列 (array) オブジェクト (object) callable iterable そして、最後に 2 種類 ...
https://man.plustar.jp/php/language.types.intro.html - [similar]
NULL 0
« リソース コールバック / Callable » PHP Manual 型 NULL NULL 特別な null 値は、ある変数が値を持たないことを表します。 null は、 null 型の唯一の値です。 変数は、以下の場合に null とみなされます。 定数 null が代入されている場合。 まだ値が何も代入されていない場合。 unset() されている場合。 ...
https://man.plustar.jp/php/language.types.null.html - [similar]
カラムを PHP 変数にバインドする 0
« PDOStatement PDOStatement::bindParam » PHP Manual PDOStatement カラムを PHP 変数にバインドする PDOStatement::bindColumn (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.1.0) PDOStatement::bindColumn — カラムを PHP 変数にバインドする 説明 public PDOStatement::bindColumn ( string | int $colu ...
https://man.plustar.jp/php/pdostatement.bindcolumn.html - [similar]
生のリクエストボディを取得する 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]
Retrieve assigned variable 0
« Yaf_View_Simple::eval Yaf_View_Simple::getScriptPath » PHP Manual Yaf_View_Simple Retrieve assigned variable Yaf_View_Simple::__get (Yaf >=1.0.0) Yaf_View_Simple::__get — Retrieve assigned variable 説明 public Yaf_View_Simple::__get ( string $name = ? ): void 代入した変数を取得します。 ...
https://man.plustar.jp/php/yaf-view-simple.get.html - [similar]
内部関数かどうかを調べる 0
« ReflectionFunctionAbstract::isGenerator ReflectionFunctionAbstract::isUserDefined » PHP Manual ReflectionFunctionAbstract 内部関数かどうかを調べる ReflectionFunctionAbstract::isInternal (PHP 5 >= 5.2.0, PHP 7, PHP 8) ReflectionFunctionAbstract::isInternal — 内部関数かどうかを調べる 説明 ...
https://man.plustar.jp/php/reflectionfunctionabstract.isinternal.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
« ReflectionFunctionAbstract::isInternal ReflectionFunctionAbstract::isVariadic » PHP Manual ReflectionFunctionAbstract ユーザー定義関数であるかどうかを調べる ReflectionFunctionAbstract::isUserDefined (PHP 5 >= 5.2.0, PHP 7, PHP 8) ReflectionFunctionAbstract::isUserDefined — ユーザー定義 ...
https://man.plustar.jp/php/reflectionfunctionabstract.isuserdefined.html - [similar]