検索

phrase: max: clip:
target: order:
Results of 271 - 280 of about 3989 for int (0.062 sec.)
The Pool class 2382
« Collectable::isGarbage Pool::collect » PHP Manual pthreads The Pool class The Pool class (PECL ... ctionality, including the management of references in the way required by pthreads. クラス概要 class Pool ... ected $ last ; /* メソッド */ public __construct ( int $size , string $class = ? , array $ctor = ? ) publ ... ic collect ( Callable $collector = ? ): int public resize ( int $size ): void public shutdown ... (): void public submit ( Threaded $task ): int public submitTo ( int $worker , Threaded $task ): ...
https://man.plustar.jp/php/class.pool.html - [similar]
タイムゾーンの変遷を返す 2382
« DateTimeZone::getOffset DateTimeZone::listAbbreviations » PHP Manual DateTimeZone タイムゾーン ... ジェクト指向型 public DateTimeZone::getTransitions ( int $timestampBegin = PHP_INT_MIN , int $timestampEnd ... = PHP_INT_MAX ): array | false 手続き型 timezone_transitions ... _get ( DateTimeZone $object , int $timestampBegin = PHP_INT_MIN , int $timestampEnd ... = PHP_INT_MAX ): array | false パラメータ object 手続き型のみ ...
https://man.plustar.jp/php/datetimezone.gettransitions.html - [similar]
キャッシュのキーに関する詳細な情報を取得する 2382
« apcu_inc apcu_sma_info » PHP Manual APCu 関数 キャッシュのキーに関する詳細な情報を取得する apc ... 上の例の出力は以下となります。 array(7) { ["hits"]=> int(0) ["access_time"]=> int(1606701783) ["mtime"]=> i ... nt(1606701783) ["creation_time"]=> int(1606701783) ["deletion_time"]=> int(0) ["ttl"]=> i ... nt(0) ["refs"]=> int(0) } 参考 apcu_store() - 変数をデータ領域にキャッシ ... キーワード: キャッシュ , キー , 情報 , 取得 , apcu , int , key , info , 変数 , time ...
https://man.plustar.jp/php/function.apcu-key-info.html - [similar]
指定された整数と基数を表す文字を取得する 2382
« IntlChar::foldCase IntlChar::getBidiPairedBracket » PHP Manual IntlChar 指定された整数と基数を ... 表す文字を取得する IntlChar::forDigit (PHP 7, PHP 8) IntlChar::forDigit — ... た整数と基数を表す文字を取得する 説明 public static IntlChar::forDigit ( int $digit , int $base = 10 ): in ... 例1 さまざまなコードポイントの例 <?php var_dump ( IntlChar :: forDigit ( 0 )); var_dump ( IntlChar :: fo ... rDigit ( 3 )); var_dump ( IntlChar :: forDigit ( 3 , 10 )); var_dump ( IntlChar ...
https://man.plustar.jp/php/intlchar.fordigit.html - [similar]
定義済み定数 2382
« リソース型 セマフォ関数 » PHP Manual セマフォ 定義済み定数 定義済み定数 以下の定数が定義されて ... ドされている場合のみ使用可能です。 MSG_IPC_NOWAIT ( int ) MSG_EAGAIN ( int ) MSG_ENOMSG ( int ) MSG_NOERRO ... R ( int ) MSG_EXCEPT ( int ) 関連キーワード: 定義 , 定数 , ... int , セマフォ , 関数 , リソース , 拡張 , モジュール , ...
https://man.plustar.jp/php/sem.constants.html - [similar]
ArrayIterator クラス 2372
« AppendIterator::valid ArrayIterator::append » PHP Manual イテレータ ArrayIterator クラス Array ... cess , Serializable , Countable { /* 定数 */ const int STD_PROP_LIST = 1 ; const int ARRAY_AS_PROPS = 2 ; ... public __construct ( array | object $array = [] , int $flags = 0 ) public append ( mixed $value ): void ... public asort ( int $flags = SORT_REGULAR ): bool public count (): int ... public getArrayCopy (): array public getFlags (): int public key (): string | int | null public ksort ( ...
https://man.plustar.jp/php/class.arrayiterator.html - [similar]
The SolrDocument class 2372
« SolrInputDocument::toArray SolrDocument::addField » PHP Manual Solr The SolrDocument class The ... ccess , Iterator , Serializable { /* 定数 */ const int SORT_DEFAULT = 1 ; const int SORT_ASC = 1 ; const ... int SORT_DESC = 2 ; const int SORT_FIELD_NAME = 1 ; const int SORT_FIELD_VALUE_C ... OUNT = 2 ; const int SORT_FIELD_BOOST_VALUE = 4 ; /* メソッド */ public ... uments (): array public getChildDocumentsCount (): int public getField ( string $fieldName ): SolrDocumen ...
https://man.plustar.jp/php/class.solrdocument.html - [similar]
外部から変数を受け取り、オプションでそれらをフィルタリングする 2372
« filter_id filter_input » PHP Manual Filter 関数 外部から変数を受け取り、オプションでそれらをフ ... それらをフィルタリングする 説明 filter_input_array ( int $type , array | int $options = FILTER_DEFAULT , bo ... 'component' => array( 'filter' => FILTER_VALIDATE_INT , 'flags' => FILTER_REQUIRE_ARRAY , 'options' => a ... NITIZE_ENCODED , 'doesnotexist' => FILTER_VALIDATE_INT , 'testscalar' => array( 'filter' => FILTER_VALIDA ... TE_INT , 'flags' => FILTER_REQUIRE_SCALAR , ), 'testarray ...
https://man.plustar.jp/php/function.filter-input-array.html - [similar]
Set Color 2372
« UI\Draw\Text\Layout::__construct UI\Draw\Text\Layout::setWidth » PHP Manual UI\Draw\Text\Layou ... raw\Text\Layout::setColor ( UI\Draw\Color $color , int $start = 0 , int $end = ? ) public UI\Draw\Text\La ... yout::setColor ( int $color , int $start = 0 , int $end = ? ) Shall set ... the Color for all of, or a range of the text in the Layout パラメータ color The color to use start ... f the string 関連キーワード: Layout , Set , Text , int , setColor , end , public , character , use , defa ...
https://man.plustar.jp/php/ui-draw-text-layout.setcolor.html - [similar]
Heading concrete CommonMark\Node 2361
« CommonMark\Node\Document CommonMark\Node\Heading::__construct » PHP Manual CommonMark Heading ... ding extends CommonMark\Node implements CommonMark\Interfaces\IVisitable , Traversable { /* 継承したプロパ ... lic readonly ? Node $ firstChild ; public readonly int $ startLine ; public readonly int $ endLine ; publ ... ic readonly int $ startColumn ; public readonly int $ endColumn ; ... /* プロパティ */ public int $ level ; /* Constructor */ public __construct () ...
https://man.plustar.jp/php/class.commonmark-node-heading.html - [similar]