検索

phrase: max: clip:
target: order:
Results of 551 - 560 of about 734 for s (0.085 sec.)
ユーザーノートについて 2969
« フォーマット 関数の定義(プロトタイプ)を読むには » PHP Manual マニュアルについて ユーザーノート ... キュメンテーションのライセンス(現状は Creative Commons Attribution License)が適用されます。 詳細は Manual ... 's Copyright をご覧ください。 関連キーワード: ユーザー ...
https://man.plustar.jp/php/about.notes.html - [similar]
スカラー型の値を列挙型にマップする 2969
« BackedEnum BackedEnum::tryFrom » PHP Manual BackedEnum スカラー型の値を列挙型にマップする Back ... m — スカラー型の値を列挙型にマップする 説明 public static BackedEnum::from ( int | string $value ): sta ... 文字列型や整数型の値を、存在する場合に 列挙型の case に変換します。 マッチする case が定義されていない ... ror がスローされます。 パラメータ value 列挙型の case にマップするスカラー値。 戻り値 この列挙型の case ... ます。 例 例1 基本的な使用法 以下の例は、列挙型の case がどのように返されるかを示しています。 <?php enum ...
https://man.plustar.jp/php/backedenum.from.html - [similar]
スカラー型の値を列挙型にマップするか、null を返す 2969
« BackedEnum::from コンテキストオプションとパラメータ » PHP Manual BackedEnum スカラー型の値を列 ... の値を列挙型にマップするか、 null を返す 説明 public static BackedEnum::tryFrom ( int | string $value ): ... ? static tryfrom() メソッドは 文字列型や整数型の値を、 ... 存在する場合に 列挙型の case に変換します。 マッチする case が定義されていない ... 合は、 null を返します。 パラメータ value 列挙型の case にマップするスカラー値。 戻り値 この列挙型の case ...
https://man.plustar.jp/php/backedenum.tryfrom.html - [similar]
The EventDnsBase class 2969
« EventConfig::setMaxDispatchInterval EventDnsBase::addNameserverIp » PHP Manual Event The Event ... DnsBase class The EventDnsBase class (PECL event >= 1. ... 2.6-beta) はじめに Represents Libevent's DNS base structure. Used to resolve ... DNS asyncronously, parse configuration files like reso ... lv.conf etc. クラス概要 final class EventDnsBase { /* Constants */ const int OPTION_S ...
https://man.plustar.jp/php/class.eventdnsbase.html - [similar]
The EvWatcher class 2969
« EvTimer::set EvWatcher::clear » PHP Manual Ev The EvWatcher class The EvWatcher class (PECL ev ... >= 0.2.0) はじめに EvWatcher is a base class for all watchers( EvCheck , EvChild e ... tc.). Since EvWatcher 's constructor is abstract , one can ... 't(and don't need to) create EvWatcher objects directly. クラス概要 abstract class EvWatcher { /* ... プロパティ */ public $ is_active ; public $ data ; public $ is_pending ; pub ...
https://man.plustar.jp/php/class.evwatcher.html - [similar]
The MongoDB\BSON\ObjectId class 2969
« MongoDB\BSON\MinKey::unserialize MongoDB\BSON\ObjectId::__construct » PHP Manual MongoDB\BSON ... The MongoDB\BSON\ObjectId class The MongoDB\BSON\ObjectId class ( ... mongodb >=1.0.0) はじめに BSON type for an » ObjectId . The value consists of 1 ... 2 bytes, where the first four bytes are a timestamp that r ... eflect the ObjectId's creation. Specifically, the value consists of: a 4 ...
https://man.plustar.jp/php/class.mongodb-bson-objectid.html - [similar]
The Volatile class 2969
« Pool::submitTo セマフォ » PHP Manual pthreads The Volatile class The Volatile class (PECL pthr ... eads >= 3.0.0) はじめに The Volatile class is new to pt ... hreads v3. Its introduction is a consequence of the new i ... mmutability semantics of Threaded members of Threaded classes. T ... he Volatile class enables for mutability of its Threaded members, a ...
https://man.plustar.jp/php/class.volatile.html - [similar]
Reduces the deque to a single value using a callback function 2969
« Ds\Deque::push Ds\Deque::remove » PHP Manual Deque Reduces the deque to a single value using a ... callback function Ds\Deque::reduce (PECL ds >= 1.0.0) Ds\Deque::reduce ... — Reduces the deque to a single value using a callback funct ... ion 説明 public Ds\Deque::reduce ( callable $callback , mixed $initia ... l = ? ): mixed Reduces the deque to a single value using a callback funct ...
https://man.plustar.jp/php/ds-deque.reduce.html - [similar]
Sorts the deque in-place 2969
« Ds\Deque::slice Ds\Deque::sorted » PHP Manual Deque Sorts the deque in-place Ds\Deque::sort (P ... ECL ds >= 1.0.0) Ds\Deque::sort — Sorts the deque in-plac ... e 説明 public Ds\Deque::sort ( callable $comparator = ? ): void Sor ... ts the deque in-place, using an optional comparator f ... , mixed $b ): int 警告 Returning non-integer values from the comparison function, such as float , will ...
https://man.plustar.jp/php/ds-deque.sort.html - [similar]
Returns a sorted copy 2969
« Ds\Deque::sort Ds\Deque::sum » PHP Manual Deque Returns a sorted copy Ds\Deque::sorted (PECL d ... s >= 1.0.0) Ds\Deque::sorted — Returns a sorted copy 説明 public ... Ds\Deque::sorted ( callable $comparator = ? ): Ds\Deq ... ue Returns a sorted copy, using an optional comparator functi ... , mixed $b ): int 警告 Returning non-integer values from the comparison function, such as float , will ...
https://man.plustar.jp/php/ds-deque.sorted.html - [similar]