検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 332 for [SIMILAR] 16 1024 4096 WITH 22501 reflectionzend... (0.216 sec.)
関数をエクスポートする 0
« ReflectionFunction::__construct ReflectionFunction::getClosure » PHP Manual ReflectionFunction 関数をエクスポートする ReflectionFunction::export (PHP 5, PHP 7) ReflectionFunction::export — 関数をエクスポートする 警告 この関数は PHP 7.4.0 で 非推奨 になり、PHP 8.0.0 で 削除 されました。 ...
https://man.plustar.jp/php/reflectionfunction.export.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]
The MongoDB\BSON\Javascript class 0
« MongoDB\BSON\Decimal128::unserialize MongoDB\BSON\Javascript::__construct » PHP Manual MongoDB\BSON The MongoDB\BSON\Javascript class The MongoDB\BSON\Javascript class (mongodb >=1.0.0) はじめに BSON type for Javascript code. An optional scope document may be specified that maps identi ...
https://man.plustar.jp/php/class.mongodb-bson-javascript.html - [similar]
The MongoDB\BSON\Timestamp class 0
« MongoDB\BSON\Regex::unserialize MongoDB\BSON\Timestamp::__construct » PHP Manual MongoDB\BSON The MongoDB\BSON\Timestamp class The MongoDB\BSON\Timestamp class (mongodb >=1.0.0) はじめに Represents a » BSON timestamp , The value consists of a 4-byte timestamp (i.e. seconds since the ep ...
https://man.plustar.jp/php/class.mongodb-bson-timestamp.html - [similar]
SolrException クラス 0
« SolrCollapseFunction::__toString SolrException::getInternalInfo » PHP Manual Solr SolrException クラス SolrException クラス (PECL solr >= 0.9.2) はじめに これは、Solr エクステンションクラスによってスローされる全ての例外に対する基底クラスです。 クラス概要 class SolrException extends Exc ...
https://man.plustar.jp/php/class.solrexception.html - [similar]
DirectoryIterator クラス 0
« CallbackFilterIterator::__construct DirectoryIterator::__construct » PHP Manual イテレータ DirectoryIterator クラス DirectoryIterator クラス (PHP 5, PHP 7, PHP 8) はじめに DirectoryIterator クラスは、 ファイルシステムのディレクトリを閲覧するためのシンプルなインターフェイスです。 クラス ...
https://man.plustar.jp/php/class.directoryiterator.html - [similar]
Exception 0
« 定義済みの例外 Exception::__construct » PHP Manual 定義済みの例外 Exception Exception (PHP 5, PHP 7, PHP 8) はじめに Exception は、 すべてのユーザー例外の基底クラスです。 クラス概要 class Exception implements Throwable { /* プロパティ */ protected string $ message = "" ; private string ...
https://man.plustar.jp/php/class.exception.html - [similar]
The MongoDB\BSON\Decimal128 class 0
« MongoDB\BSON\Binary::unserialize MongoDB\BSON\Decimal128::__construct » PHP Manual MongoDB\BSON The MongoDB\BSON\Decimal128 class The MongoDB\BSON\Decimal128 class (mongodb >=1.2.0) はじめに BSON type for the » Decimal128 floating-point format , which supports numbers with up to 34 dec ...
https://man.plustar.jp/php/class.mongodb-bson-decimal128.html - [similar]
出力のバッファリングを有効にする 0
« ob_list_handlers output_add_rewrite_var » PHP Manual 出力制御 関数 出力のバッファリングを有効にする ob_start (PHP 4, PHP 5, PHP 7, PHP 8) ob_start — 出力のバッファリングを有効にする 説明 ob_start ( callable $callback = null , int $chunk_size = 0 , int $flags = PHP_OUTPUT_HANDLER_STDFLA ...
https://man.plustar.jp/php/function.ob-start.html - [similar]
リファレンスが行うことは何ですか? 0
« リファレンスとは? リファレンスが行わないこと » PHP Manual リファレンスの説明 リファレンスが行うことは何ですか? リファレンスが行うことは何ですか? リファレンスを使う基本操作には三通りあります。 リファレンスの代入 、 リファレンス渡し 、 そして リファレンスを返す ことです。 この節では、これ ...
https://man.plustar.jp/php/language.references.whatdo.html - [similar]