検索

phrase: max: clip:
target: order:
Results of 671 - 680 of about 1461 for IN (0.164 sec.)
Set the idle timeout 2446
« ZMQDevice::setIdleCallback ZMQDevice::setTimerCallback » PHP Manual ZMQDevice Set the idle tim ... eout ZMQDevice::setIdleTimeout (No version information available, might only be in Git) ZMQDevic ... le timeout 説明 public ZMQDevice::setIdleTimeout ( int $timeout ): ZMQDevice Sets the idle callback time ... out value. The idle callback is invoked periodically when the device is idle. パラメー ...
https://man.plustar.jp/php/zmqdevice.setidletimeout.html - [similar]
The HRTime\PerformanceCounter class 2424
« Basic usage HRTime\PerformanceCounter::getFrequency » PHP Manual HRTime The HRTime\Performance ... er { /* メソッド */ public static getFrequency (): int public static getTicks (): int public static getT ... icksSince ( int $start ): int } 目次 HRTime\PerformanceCou ... nter::getFrequency — Timer frequency in ticks per second HRTime\PerformanceCounter::getTic ... rom the system HRTime\PerformanceCounter::getTicksSince — Ticks elapsed since the given value 関連キーワ ...
https://man.plustar.jp/php/class.hrtime-performancecounter.html - [similar]
The MongoDB\BSON\Decimal128Interface interface 2424
« MongoDB\BSON\BinaryInterface::__toString MongoDB\BSON\Decimal128Interface::__toString » PHP Ma ... nual MongoDB\BSON The MongoDB\BSON\Decimal128Interface interface The MongoDB\BSON\Decimal128Interf ... ace interface (mongodb >=1.3.0) はじめに This interface i ... o be used as a parameter, return, or property type in userland classes. クラス概要 class MongoDB\BSON\De ... cimal128Interface { /* メソッド */ abstract public __toString ...
https://man.plustar.jp/php/class.mongodb-bson-decimal128interface.html - [similar]
The MongoDB\BSON\Serializable interface 2424
« MongoDB\BSON\Persistable MongoDB\BSON\Serializable::bsonSerialize » PHP Manual MongoDB\BSON Th ... e MongoDB\BSON\Serializable interface The MongoDB\BSON\Serializable interface (mo ... godb >=1.0.0) はじめに Classes that implement this interface may return data to be serialized as a BSON ... array or document in lieu of the object's public properties. インターフ ...
https://man.plustar.jp/php/class.mongodb-bson-serializable.html - [similar]
The MongoDB\BSON\Unserializable interface 2424
« MongoDB\BSON\Serializable::bsonSerialize MongoDB\BSON\Unserializable::bsonUnserialize » PHP Ma ... nual MongoDB\BSON The MongoDB\BSON\Unserializable interface The MongoDB\BSON\Unserializable interface ( ... godb >=1.0.0) はじめに Classes that implement this interface may be specified in a type map for unserial ... izing BSON arrays and documents (both root and embedded ...
https://man.plustar.jp/php/class.mongodb-bson-unserializable.html - [similar]
The Parle\ErrorInfo class 2424
« Parle\Token Parle\LexerException » PHP Manual Parle The Parle\ErrorInfo class The Parle\ErrorIn ... .5.2) はじめに The class represents detailed error information as supplied by Parle\Parser::errorInfo() ... クラス概要 class Parle\ErrorInfo { /* プロパティ */ public int $ id ; public int ... ッド */ } プロパティ id Error id. position Position in the input, where the error occurred. token If appl ... ror, otherwise null . 関連キーワード: Parle , ErrorInfo , public , Token , token , int , applicable , oc ...
https://man.plustar.jp/php/class.parle-errorinfo.html - [similar]
The Yaconf class 2424
« 定義済み定数 Yaconf::get » PHP Manual Yaconf The Yaconf class The Yaconf class (PECL yaconf >= ... 1.0.0) はじめに Yaconf is a configurations container, it parses INIT files, stores the result in PHP ... ass Yaconf { /* メソッド */ public static get ( string $name , mixed $default_value = NULL ): mixed publ ... ic static has ( string $name ): bool } 目次 Yaconf::get — Retrieve a ite ... m Yaconf::has — Determine if a item exists 関連キーワード: Yaconf , item , ...
https://man.plustar.jp/php/class.yaconf.html - [similar]
The Yar_Server class 2424
« 例 Yar_Server::__construct » PHP Manual Yar The Yar_Server class The Yar_Server class (No vers ... ion information available, might only be in Git) はじめに ... ロパティ */ protected $ _executor ; /* メソッド */ final public __construct ( Object $obj ) public handle ... e , public , executor , Register , obj , Object , final ...
https://man.plustar.jp/php/class.yar-server.html - [similar]
Determine whether an object has been marked as garbage 2424
« Collectable Pool » PHP Manual Collectable Determine whether an object has been marked as garba ... pthreads >= 2.0.8) Collectable::isGarbage — Determine whether an object has been marked as garbage 説明 ... blic Collectable::isGarbage (): bool Can be called in Pool::collect() to determine if this object is gar ... , garbage , isGarbage , Pool , パラメータ , Determine , whether , been , marked , collect ...
https://man.plustar.jp/php/collectable.isgarbage.html - [similar]
新しい要素ノードを作成する 2424
« DOMDocument::createDocumentFragment DOMDocument::createElementNS » PHP Manual DOMDocument 新し ... 作成する 説明 public DOMDocument::createElement ( string $localName , string $value = "" ): DOMElement | f ... 発生した場合は false を返します。 エラー / 例外 DOM_INVALID_CHARACTER_ERR localName が無効な文字を含んでい ... 例の出力は以下となります。 <?xml version="1.0" encoding="utf-8"?> <test>This is the root element!</test> ... 上の例の出力は、 たとえば以下のようになります。 Warning: DOMDocument::createElement(): unterminated entit ...
https://man.plustar.jp/php/domdocument.createelement.html - [similar]