検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 3989 for int (0.030 sec.)
SplFixedArray クラス 2426
« SplPriorityQueue::valid SplFixedArray::__construct » PHP Manual データ構造 SplFixedArray クラス ... Serializable { /* メソッド */ public __construct ( int $size = 0 ) public count (): int public current () ... rveKeys = true ): SplFixedArray public getSize (): int public key (): int public next (): void public off ... setExists ( int $index ): bool public offsetGet ( int $index ): mi ... xed public offsetSet ( int $index , mixed $value ): void public offsetUnset ( ...
https://man.plustar.jp/php/class.splfixedarray.html - [similar]
Transliterator クラス 2426
« Spoofchecker::setChecks Transliterator::__construct » PHP Manual intl Transliterator クラス Tr ... terator クラス (PHP 5 >= 5.4.0, PHP 7, PHP 8, PECL intl >= 2.0.0) はじめに Transliterator クラスは、文字列 ... クラス概要 class Transliterator { /* 定数 */ const int FORWARD = 0 ; const int REVERSE = 1 ; /* プロパティ ... __construct () public static create ( string $id , int $direction = Transliterator::FORWARD ): ? Translit ... or public static createFromRules ( string $rules , int $direction = Transliterator::FORWARD ): ? Translit ...
https://man.plustar.jp/php/class.transliterator.html - [similar]
MACD with controllable MA type 2426
« trader_macd trader_macdfix » PHP Manual Trader 関数 MACD with controllable MA type trader_macd ... llable MA type 説明 trader_macdext ( array $real , int $fastPeriod = ? , int $fastMAType = ? , int $slowP ... eriod = ? , int $slowMAType = ? , int $signalPeriod = ? , int $sig ... re. 関連キーワード: type , controllable , trader , int , should , series , Average , Moving , Type , from ...
https://man.plustar.jp/php/function.trader-macdext.html - [similar]
The Deque class 2415
« Ds\Vector::unshift Ds\Deque::allocate » PHP Manual Data Structures The Deque class The Deque c ... n abbreviation of “double-ended queue” and is used internally by Ds\Queue . Two pointers are used to keep ... track of a head and a tail. The pointers can “wrap around” the end of the buffer, which ... n between the index and its corresponding position in the buffer: ((head + position) % capacity) . Streng ... Ds\Sequence , ArrayAccess { /* Constants */ const int MIN_CAPACITY = 8 ; /* メソッド */ public allocate ...
https://man.plustar.jp/php/class.ds-deque.html - [similar]
The EventListener class 2415
« EventHttpRequest::sendReplyStart EventListener::__construct » PHP Manual Event The EventListen ... final class EventListener { /* Constants */ const int OPT_LEAVE_SOCKETS_BLOCKING = 1 ; const int OPT_CLO ... SE_ON_FREE = 2 ; const int OPT_CLOSE_ON_EXEC = 4 ; const int OPT_REUSEABLE = ... 8 ; const int OPT_THREADSAFE = 16 ; /* プロパティ */ public read ... only int $ fd ; /* メソッド */ public __construct ( EventBa ...
https://man.plustar.jp/php/class.eventlistener.html - [similar]
Main interface to C code and data 2415
« A Complete PHP/FFI/preloading Example FFI::addr » PHP Manual FFI Main interface to C code and ... data Main interface to C code and data (PHP 7 >= 7.4.0, PHP 8) は ... is possible to preload more than one C header file into the same scope. クラス概要 final class FFI { /* メ ... ic static alignof ( FFI\CData | FFI\CType &$ptr ): int public static arrayType ( FFI\CType $type , array ... atic cast ( FFI\CType | string $type , FFI\CData | int | float | bool | null &$ptr ): ? FFI\CData public ...
https://man.plustar.jp/php/class.ffi.html - [similar]
The GearmanJob class 2415
« GearmanClient::wait GearmanJob::complete » PHP Manual Gearman The GearmanJob class The Gearman ... ing public handle (): string public returnCode (): int public sendComplete ( string $result ): bool publi ... bool public sendFail (): bool public sendStatus ( int $numerator , int $denominator ): bool public sendW ... rning ( string $warning ): bool public setReturn ( int $gearman_return_t ): bool public status ( int $num ... erator , int $denominator ): bool public unique (): string publ ...
https://man.plustar.jp/php/class.gearmanjob.html - [similar]
MultipleIterator クラス 2415
« LimitIterator::valid MultipleIterator::attachIterator » PHP Manual イテレータ MultipleIterator ... pleIterator implements Iterator { /* 定数 */ const int MIT_NEED_ANY = 0 ; const int MIT_NEED_ALL = 1 ; co ... nst int MIT_KEYS_NUMERIC = 0 ; const int MIT_KEYS_ASSOC = ... 2 ; /* メソッド */ public __construct ( int $flags = MultipleIterator::MIT_NEED_ALL | Multiple ... lic attachIterator ( Iterator $iterator , string | int | null $info = null ): void public containsIterato ...
https://man.plustar.jp/php/class.multipleiterator.html - [similar]
Font Descriptor 2415
« UI\Draw\Text\Font::getUnderlineThickness UI\Draw\Text\Font\Descriptor::__construct » PHP Manua ... ublic __construct ( string $family , float $size , int $weight = UI\Draw\Text\Font\Weight::Normal , int $ ... italic = UI\Draw\Text\Font\Italic::Normal , int $stretch = UI\Draw\Text\Font\Stretch::Normal ) /* ... / public getFamily (): string public getItalic (): int public getSize (): float public getStretch (): int ... public getWeight (): int } 目次 UI\Draw\Text\Font\Descriptor::__construct — ...
https://man.plustar.jp/php/class.ui-draw-text-font-descriptor.html - [similar]
下位互換性のない変更点 2415
« PHP 5.6.x から PHP 7.0.x への移行 新機能 » PHP Manual PHP 5.6.x から PHP 7.0.x への移行 下位互 ... g inheritance E_WARNING Same (compatible) property in two used traits 通知は削除され、エラーにはならない ... での出力は、このようになります。 array(3) { [0]=> int(3) [1]=> int(2) [2]=> int(1) } 上の例の PHP 7 での ... 出力は、このようになります。 array(3) { [0]=> int(1) [1]=> int(2) [2]=> int(3) } 一般論として、 list ... での出力は、このようになります。 array(2) { ["b"]=> &int(1) ["a"]=> &int(1) } 上の例の PHP 7 での出力は、こ ...
https://man.plustar.jp/php/migration70.incompatible.html - [similar]