検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 633 for [SIMILAR] 16 1024 4096 WITH 10168 列表 WITH 6125... (0.940 sec.)
定義済のクラス 0
« キーワードのリスト 定義済みの定数 » PHP Manual 予約語の一覧 定義済のクラス 定義済のクラス ここでは、標準で定義されているクラスをとりあげます。 さまざまな拡張モジュールで定義されるその他のクラスについては、 個々の拡張モジュールのリファレンスで述べられています。 標準で定義されているクラス ...
https://man.plustar.jp/php/reserved.classes.html - [similar]
ディレクトリ内のファイルから phar を作成する 0
« Phar::apiVersion Phar::buildFromIterator » PHP Manual Phar ディレクトリ内のファイルから phar を作成する Phar::buildFromDirectory (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0) Phar::buildFromDirectory — ディレクトリ内のファイルから phar を作成する 説明 public Phar::buildFromDirecto ...
https://man.plustar.jp/php/phar.buildfromdirectory.html - [similar]
コンストラクタ 0
« RecursiveCachingIterator RecursiveCachingIterator::getChildren » PHP Manual RecursiveCachingIterator コンストラクタ RecursiveCachingIterator::__construct (PHP 5 >= 5.1.0, PHP 7, PHP 8) RecursiveCachingIterator::__construct — コンストラクタ 説明 public RecursiveCachingIterator::__constr ...
https://man.plustar.jp/php/recursivecachingiterator.construct.html - [similar]
ReflectionZendExtension クラス 0
« ReflectionEnumBackedCase::getBackingValue ReflectionZendExtension::__clone » PHP Manual リフレクション ReflectionZendExtension クラス ReflectionZendExtension クラス (PHP 5 >= 5.4.0, PHP 7, PHP 8) はじめに クラス概要 class ReflectionZendExtension implements Reflector { /* プロパティ */ ...
https://man.plustar.jp/php/class.reflectionzendextension.html - [similar]
null が許されるかをチェックする 0
« ReflectionType ReflectionType::__toString » PHP Manual ReflectionType null が許されるかをチェックする ReflectionType::allowsNull (PHP 7, PHP 8) ReflectionType::allowsNull — null が許されるかをチェックする 説明 public ReflectionType::allowsNull (): bool 引数が null を許容するかをチェック ...
https://man.plustar.jp/php/reflectiontype.allowsnull.html - [similar]
浮動小数点数 0
« 整数 文字列 » PHP Manual 型 浮動小数点数 浮動小数点数 浮動小数点数 (あるいは "float", "double", "実数") は、次の構文により指定できます。 <?php $a = 1.234 ; $b = 1.2e3 ; $c = 7E-10 ; $d = 1_234.567 ; // PHP 7.4.0 以降 ?> PHP 7.4.0 以降の規約(これより前のバージョンでは、アンダースコアは許 ...
https://man.plustar.jp/php/language.types.float.html - [similar]
結果セットのカラムに対するメタデータを返す 0
« PDOStatement::getAttribute PDOStatement::getIterator » PHP Manual PDOStatement 結果セットのカラムに対するメタデータを返す PDOStatement::getColumnMeta (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.2.0) PDOStatement::getColumnMeta — 結果セットのカラムに対するメタデータを返す 説明 public P ...
https://man.plustar.jp/php/pdostatement.getcolumnmeta.html - [similar]
UTF-8 エンコードされた文字列を、ISO-8859-1 に変換し、表現できない文字を置換する 0
« ucwords utf8_encode » PHP Manual String 関数 UTF-8 エンコードされた文字列を、ISO-8859-1 に変換し、表現できない文字を置換する utf8_decode (PHP 4, PHP 5, PHP 7, PHP 8) utf8_decode — UTF-8 エンコードされた文字列を、ISO-8859-1 に変換し、表現できない文字を置換する 説明 utf8_decode ( string ...
https://man.plustar.jp/php/function.utf8-decode.html - [similar]
JsonSerializable インターフェイス 0
« JsonException JsonSerializable::jsonSerialize » PHP Manual JSON JsonSerializable インターフェイス JsonSerializable インターフェイス (PHP 5 >= 5.4.0, PHP 7, PHP 8) はじめに JsonSerializable を実装したオブジェクトは、 json_encode() を呼んで処理されたときの自身の JSON 表現をカスタマイズで ...
https://man.plustar.jp/php/class.jsonserializable.html - [similar]
巨大な数をインクリメントする 0
« sodium_hex2bin sodium_memcmp » PHP Manual Sodium 関数 巨大な数をインクリメントする sodium_increment (PHP 7 >= 7.2.0, PHP 8) sodium_increment — 巨大な数をインクリメントする 説明 sodium_increment ( string &$string ): void 文字列をリトルエンディアンで表現した符号なし整数として扱い、 その値 ...
https://man.plustar.jp/php/function.sodium-increment.html - [similar]