検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 478 for [SIMILAR] 16 1024 4096 WITH 47130 ャス WITH 2113... (0.515 sec.)
列挙型 / Enum 0
« オブジェクト リソース » PHP Manual 型 列挙型 / Enum 列挙型 / Enum 列挙型の基礎 列挙型は、クラスやクラス定数に対して、さらに制限を加えたものです。 ある型に対して、取り得る値の限られた集合を定義する方法を提供します。 <?php enum Suit { case Hearts ; case Diamonds ; case Clubs ; case Spade ...
https://man.plustar.jp/php/language.types.enumerations.html - [similar]
PHP 7.4.x で推奨されなくなる機能 0
« 下位互換性のない変更点 削除された拡張モジュール » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 PHP 7.4.x で推奨されなくなる機能 PHP 7.4.x で推奨されなくなる機能 PHPコア 明示的に括弧で囲わずに三項演算子をネストする 三項演算子をネストする場合、演算の順番を示すために明示的に括弧で囲わなけ ...
https://man.plustar.jp/php/migration74.deprecated.html - [similar]
サンプル 0
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Example#0 - 初歩的な例 Example#1 - 初めての PHP スクリプト: hello.php Example#2 - PHP からシステムに関する情報を取得する Example#3 - 変数を出力する (配列要素) Example#4 - 制御構造 および 関数の使 ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
文字列 0
« 浮動小数点数 数値形式の文字列 » PHP Manual 型 文字列 文字列 string は、文字が連結されたものです。PHP では、 文字は 1 バイトと同じです。つまり、256 個の異なる文字を使用可能です。 これは、PHP が Unicode をネイティブにサポートしていないことも意味します。 文字列型の詳細 を参照ください。 注 ...
https://man.plustar.jp/php/language.types.string.html - [similar]
パーサトークンの一覧 0
« PHP 型の比較表 ユーザーレベルでの命名の手引き » PHP Manual 付録 パーサトークンの一覧 パーサトークンの一覧 PHP 言語の種々の部分は、内部的に トークン で表現されています。 不正なトークンのシーケンスが含まれるコードスニペットの場合、 Parse error: syntax error, unexpected token "==", expect ...
https://man.plustar.jp/php/tokens.html - [similar]
bytea 型のバイナリをアンエスケープする 0
« pg_tty pg_untrace » PHP Manual PostgreSQL 関数 bytea 型のバイナリをアンエスケープする pg_unescape_bytea (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) pg_unescape_bytea — bytea 型のバイナリをアンエスケープする 説明 pg_unescape_bytea ( string $string ): string pg_unescape_bytea() は、bytea 型のデ ...
https://man.plustar.jp/php/function.pg-unescape-bytea.html - [similar]
指定されたリソースの、数値の識別子を返す 0
« get_defined_vars get_resource_type » PHP Manual 変数操作 関数 指定されたリソースの、数値の識別子を返す get_resource_id (PHP 8) get_resource_id — 指定されたリソースの、数値の識別子を返す 説明 get_resource_id ( resource $resource ): int この関数は、リソースの数値の識別子を識別するための、 ...
https://man.plustar.jp/php/function.get-resource-id.html - [similar]
bytea フィールドに挿入するために文字列をエスケープする 0
« pg_end_copy pg_escape_identifier » PHP Manual PostgreSQL 関数 bytea フィールドに挿入するために文字列をエスケープする pg_escape_bytea (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_escape_bytea — bytea フィールドに挿入するために文字列をエスケープする 説明 pg_escape_bytea ( PgSql\Connection $c ...
https://man.plustar.jp/php/function.pg-escape-bytea.html - [similar]
整数 0
« 論理型 (boolean) 浮動小数点数 » PHP Manual 型 整数 整数 int は、ℤ = {..., -2, -1, 0, 1, 2, ...} という集合です。 以下も参照ください。 任意精度整数 / GMP 浮動小数点数 任意精度整数 / BCMath 構文 整数 (integer) は、10 進数(基数 10)、16 進数 (基数 16)、8 進数 (基数 8) あるいは 2 進数 (基数 ...
https://man.plustar.jp/php/language.types.integer.html - [similar]
下位互換性のない変更点 0
« 新しいグローバル定数 PHP 7.2.x で推奨されなくなる機能 » PHP Manual PHP 7.1.x から PHP 7.2.x への移行 下位互換性のない変更点 下位互換性のない変更点 number_format() は負のゼロを返さない 以前のバージョンでは、 number_format() 関数が -0 を返せました。 これは IEEE 754 浮動小数点標準規格に沿 ...
https://man.plustar.jp/php/migration72.incompatible.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT