検索

phrase: max: clip:
target: order:
Results of 341 - 350 of about 1131 for This (0.036 sec.)
Sets the stream to be used by the library for logging 2931
« Zookeeper::setDeterministicConnOrder Zookeeper::setWatcher » PHP Manual Zookeeper Sets the str ... を、失敗した場合に false を返します。 エラー / 例外 This method emits PHP error/warning when parameters cou ... rong or operation fails. 警告 Since version 0.3.0, this method emits ZookeeperException and it's derivativ ...
https://man.plustar.jp/php/zookeeper.setlogstream.html - [similar]
The Hashable interface 2908
« Ds\Collection::toArray Ds\Hashable::equals » PHP Manual Data Structures The Hashable interface ... h determines an object's hash based on its handle: this means that two objects that are considered equal b ... determines where it goes in the hash table. While this value does not have to be unique, objects which ar ...
https://man.plustar.jp/php/class.ds-hashable.html - [similar]
The EventBufferEvent class 2908
« EventBuffer::write EventBufferEvent::close » PHP Manual Event The EventBufferEvent class The E ... wait for the connection to become writable again. This buffered I/O pattern is common enough that Libeven ... er event is freed, close the underlying transport. This will close an underlying socket, free an underlyin ... hreads. EventBufferEvent::OPT_DEFER_CALLBACKS When this flag is set, the bufferevent defers all of its cal ... the any user-provided callback is invoked. Setting this option makes Libevent release the buffer event's l ...
https://man.plustar.jp/php/class.eventbufferevent.html - [similar]
Allocates enough memory for a required capacity 2908
« Deque Ds\Deque::apply » PHP Manual Deque Allocates enough memory for a required capacity Ds\De ... nough memory is allocated for a required capacity. This removes the need to reallocate the internal as val ... e allocated. 注意 : Capacity will stay the same if this value is less than or equal to the current capacit ...
https://man.plustar.jp/php/ds-deque.allocate.html - [similar]
Allocates enough memory for a required capacity 2908
« PriorityQueue Ds\PriorityQueue::capacity » PHP Manual PriorityQueue Allocates enough memory fo ... nough memory is allocated for a required capacity. This removes the need to reallocate the internal as val ... e allocated. 注意 : Capacity will stay the same if this value is less than or equal to the current capacit ...
https://man.plustar.jp/php/ds-priorityqueue.allocate.html - [similar]
Allocates enough memory for a required capacity 2908
« Queue Ds\Queue::capacity » PHP Manual Queue Allocates enough memory for a required capacity Ds ... nough memory is allocated for a required capacity. This removes the need to reallocate the internal as val ... e allocated. 注意 : Capacity will stay the same if this value is less than or equal to the current capacit ...
https://man.plustar.jp/php/ds-queue.allocate.html - [similar]
例外の深刻度を取得する 2908
« ErrorException::__construct Error » PHP Manual ErrorException 例外の深刻度を取得する ErrorExce ... USER_ERROR ); } catch( ErrorException $e ) { echo "This exception severity is: " . $e -> getSeverity (); v ... ?> 上の例の出力は、 たとえば以下のようになります。 This exception severity is: 256 bool(true) 関連キーワー ...
https://man.plustar.jp/php/errorexception.getseverity.html - [similar]
Scans the resolv.conf-formatted file 2908
« EventDnsBase::loadHosts EventDnsBase::setOption » PHP Manual EventDnsBase Scans the resolv.con ... See the man page for resolv.conf for the format of this file. The following directives are not parsed from ... ortlist, rotate, no-check-names, inet6, debug . If this function encounters an error, the possible return ...
https://man.plustar.jp/php/eventdnsbase.parseresolvconf.html - [similar]
入力配列から単一のカラムの値を返す 2908
« array_chunk array_combine » PHP Manual 配列 関数 入力配列から単一のカラムの値を返す array_colu ... ublic function __construct ( string $username ) { $this -> username = $username ; } } $users = [ new User ... ; public function __construct ( string $name ) { $this -> name = $name ; } public function __get ( $prop ... ) { return $this -> $prop ; } public function __isset ( $prop ) : b ... ool { return isset( $this -> $prop ); } } $people = [ new Person ( 'Fred' ), ...
https://man.plustar.jp/php/function.array-column.html - [similar]
Returns the bit fail limit used during training 2908
« fann_get_bias_array fann_get_bit_fail » PHP Manual Fann 関数 Returns the bit fail limit used d ... ring training. Each output that diverges more than this limit is counted as an error bit. This difference ...
https://man.plustar.jp/php/function.fann-get-bit-fail-limit.html - [similar]