検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 176 for o (0.020 sec.)
The ZookeeperAuthenticationException class 5248
« ZookeeperException ZookeeperConnectionException » PHP Manual ZooKeeper The ZookeeperAuthentica ... tionException class The ZookeeperAuthenticationExcepti ... on class (PECL zookeeper >= 0.3.0) はじめに The ZooKeeper authentica ... tion exception handling class. クラス概要 class Zookee ... perAuthenticationException extends ZookeeperException { /* 継承した ...
https://man.plustar.jp/php/class.zookeeperauthenticationexception.html - [similar]
The ZookeeperConnectionException class 5248
« ZookeeperAuthenticationException ZookeeperMarshallingException » PHP Manual ZooKeeper The Zook ... eeperConnectionException class The ZookeeperConnectionExce ... ption class (PECL zookeeper >= 0.3.0) はじめに The ZooK ... eeper connection exception handling class. クラス概要 class ... ZookeeperConnectionException extends ZookeeperExcepti ...
https://man.plustar.jp/php/class.zookeeperconnectionexception.html - [similar]
The ZookeeperOperationTimeoutException class 5248
« ZookeeperNoNodeException ZookeeperSessionException » PHP Manual ZooKeeper The ZookeeperOperati ... onTimeoutException class The ZookeeperOperationTimeoutExce ... ption class (PECL zookeeper >= 0.3.0) はじめに The ZooK ... eeper operation timeout exception handling class. クラス概 ... 要 class ZookeeperOperationTimeoutException extends ZookeeperE ...
https://man.plustar.jp/php/class.zookeeperoperationtimeoutexception.html - [similar]
ローカルな時刻/日付を整数として整形する 5248
« gmstrftime localtime » PHP Manual 日付・時刻 関数 ローカルな時刻/日付を整数として整形する idat ... 時刻/日付を整数として整形する 説明 idate ( string $format , ? int $timestamp = null ): int | false 指定さ ... me() の値です。 関数 date() と異なり、 idate() は format パラメータ中は一文字しか受け取りません。 パラメ ... ータ format 以下の文字が format パラメータ文字列として認識 ... されます format 文字 説明 B Swatch ビート/インターネット時間 d ...
https://man.plustar.jp/php/function.idate.html - [similar]
拡張されたオペレーションを実行する 5248
« ldap_exop_whoami ldap_explode_dn » PHP Manual LDAP 関数 拡張されたオペレーションを実行する lda ... p_exop (PHP 7 >= 7.2.0, PHP 8) ldap_exop — 拡張されたオペ ... レーションを実行する 説明 ldap_exop ( LDAP\Connection $ldap , string $reqoid , string ... rctrls = null , string &$retdata = ? , string &$retoid = ? ): mixed 指定された link で オペレーションの ... OID を reqoid で指定し、 データを reqdata で指定して ...
https://man.plustar.jp/php/function.ldap-exop.html - [similar]
二つの文字列のレーベンシュタイン距離を計算する 5248
« lcfirst localeconv » PHP Manual String 関数 二つの文字列のレーベンシュタイン距離を計算する lev ... ( string $string1 , string $string2 , int $insertion_cost = 1 , int $replacement_cost = 1 , int $delet ... ion_cost = 1 ): int レーベンシュタイン距離は、 string ... の文字数として定義されます。アルゴリズムの複雑さは、 O(m*n) です。 ここで、 n および m はそれぞれ string1 ... および string2 の長さです O(max(n,m)**3) となる similar_text() よりは良いですが ...
https://man.plustar.jp/php/function.levenshtein.html - [similar]
Basic Gearman client and worker, submitting tasks 5248
« Basic Gearman client and worker, background GearmanClient » PHP Manual 例 Basic Gearman client ... and worker, submitting tasks Basic Gearman client and wor ... er, submitting tasks 例1 Basic Gearman client and worker, submitting tasks In this example, the basic r ... everse client extended to run two tasks in parallel. The reverse worker is u ... nchanged except to add sending of data back during processing. <?php ...
https://man.plustar.jp/php/gearman.examples-reverse-task.html - [similar]
The ZookeeperMarshallingException class 5192
« ZookeeperConnectionException ZookeeperNoNodeException » PHP Manual ZooKeeper The ZookeeperMars ... hallingException class The ZookeeperMarshallingException class (PE ... CL zookeeper >= 0.3.0) はじめに The ZooKeeper exception ... (while marshalling or unmarshalling data) handling class. クラス概要 cl ... ass ZookeeperMarshallingException extends ZookeeperExcept ...
https://man.plustar.jp/php/class.zookeepermarshallingexception.html - [similar]
5192
« 定義済み定数 ウォッチャー » PHP Manual Ev 例 例 例1 タイマーのサンプル <?php // タイマーを作り ... 秒後に起動します $w1 = new EvTimer ( 2 , 0 , function () { echo "2 seconds elapsed\n" ; }); // タイマー ... おきに繰り返します $w2 = new EvTimer ( 2 , 1 , function ( $w ) { echo "is called every second, is launche ... d after 2 seconds\n" ; echo "iteration = " , Ev :: iteration (), ... PHP_EOL ; // 5 回繰り返したあとでウォッチャーを止めます E ...
https://man.plustar.jp/php/ev.examples.html - [similar]
About buffer event callbacks 5192
« EventBufferEvent::writeBuffer EventConfig » PHP Manual Event About buffer event callbacks Abou ... t buffer event callbacks An object of EventBufferEvent class represents a buffer ... event . The asynchronous nature of I/O performed by Libevent implies th ... at a socket(or other kind of file descriptor) is not alway ... s available. Event invokes corresponding callbacks when the resource becom ...
https://man.plustar.jp/php/eventbufferevent.about.callbacks.html - [similar]