検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 176 for o (0.012 sec.)
DateTimeInterface インターフェイス 6420
« DateTimeImmutable::sub DateTime::diff » PHP Manual Date/Time DateTimeInterface インターフェイス ... ェイス概要 interface DateTimeInterface { /* 定数 */ const string ATOM = "Y-m-d\TH:i:sP" ; const string CO ... OKIE = "l, d-M-Y H:i:s T" ; const string ISO8601 = "Y-m-d\TH:i:sO" ; const string ... RFC822 = "D, d M y H:i:s O" ; const string RFC850 = "l, d-M-y H:i:s T" ; cons ... t string RFC1036 = "D, d M y H:i:s O" ; const string RFC1123 = "D, d M Y H:i:s O" ; con ...
https://man.plustar.jp/php/class.datetimeinterface.html - [similar]
ストレージをシリアライズする 6420
« SplObjectStorage::rewind SplObjectStorage::setInfo » PHP Manual SplObjectStorage ストレージをシ ... リアライズする SplObjectStorage::serialize (PHP 5 >= 5.2.2, PHP 7, PHP ... 8) SplObjectStorage::serialize — ストレージをシリアライズす ... る 説明 public SplObjectStorage::serialize (): string ストレージの文字 ... 戻り値 ストレージの文字列表現を返します。 例 例1 SplObjectStorage::serialize() の例 <?php $s = new SplOb ...
https://man.plustar.jp/php/splobjectstorage.serialize.html - [similar]
オブジェクトをストレージから取り除く 6364
« SplObjectStorage::current SplObjectStorage::getHash » PHP Manual SplObjectStorage オブジェクト ... をストレージから取り除く SplObjectStorage::detach (PHP 5 >= 5.1.0, PHP 7, PHP 8) ... SplObjectStorage::detach — オブジェクトをストレージから ... 取り除く 説明 public SplObjectStorage::detach ( object $object ): void オブジ ... ェクトをストレージから取り除きます。 パラメータ object 取り除きたいオブジェクト。 戻り値 値を返しませ ...
https://man.plustar.jp/php/splobjectstorage.detach.html - [similar]
ArrayObject をシリアライズする 6309
« ArrayObject::offsetUnset ArrayObject::setFlags » PHP Manual ArrayObject ArrayObject をシリアラ ... イズする ArrayObject::serialize (PHP 5 >= 5.3.0, PHP 7, PHP 8) Arr ... ayObject::serialize — ArrayObject をシリアライズする 説 ... 明 public ArrayObject::serialize (): string ArrayObject をシリアライ ... タ この関数にはパラメータはありません。 戻り値 ArrayObject をシリアライズしたものを返します。 例 例1 Arr ...
https://man.plustar.jp/php/arrayobject.serialize.html - [similar]
Gearman 6309
« FTP\Connection はじめに » PHP Manual その他のサービス Gearman Gearman はじめに インストール/設 ... 義済み定数 例 Basic usage Basic Gearman client and worker, background Basic Gearman client and worker, s ... Client — The GearmanClient class GearmanClient::addOptions — Add client options GearmanClient::addServe ... r — Add a job server to the client GearmanClient::addServers — ... Add a list of job servers to the client GearmanClient::addTask ...
https://man.plustar.jp/php/book.gearman.html - [similar]
別のストレージからすべてのオブジェクトを追加する 6309
« SplObjectStorage SplObjectStorage::attach » PHP Manual SplObjectStorage 別のストレージからすべ ... てのオブジェクトを追加する SplObjectStorage::addAll (PHP 5 >= 5.3.0, PHP 7, PHP 8) ... SplObjectStorage::addAll — 別のストレージからすべてのオ ... ブジェクトを追加する 説明 public SplObjectStorage::addAll ( SplObjectStorage $storage ): ... ペアを、 現在のストレージに追加します。 パラメータ storage インポートしたいストレージ。 戻り値 ストレージ ...
https://man.plustar.jp/php/splobjectstorage.addall.html - [similar]
配列に値があるかチェックする 6264
« extract key_exists » PHP Manual 配列 関数 配列に値があるかチェックする in_array (PHP 4, PHP 5, ... 説明 in_array ( mixed $needle , array $haystack , bool $strict = false ): bool haystack 内の needle を検 ... 、 false を返します。 例 例1 in_array() の例 <?php $os = array( "Mac" , "NT" , "Irix" , "Linux" ); if ( ... in_array ( "Irix" , $os )) { echo "Got Irix" ; } if ( in_array ( "mac" , ... $os )) { echo "Got mac" ; } ?> 二番目の条件式は失敗し ...
https://man.plustar.jp/php/function.in-array.html - [similar]
プロパティがコンストラクタの引数から昇格したものかを調べる 6208
« ReflectionProperty::isPrivate ReflectionProperty::isProtected » PHP Manual ReflectionProperty ... ンストラクタの引数から昇格したものかを調べる ReflectionProperty::isPromoted (PHP 8) ReflectionProperty::i ... sPromoted — プロパティがコンストラクタの引数から昇格した ... ものかを調べる 説明 public ReflectionProperty::isPromoted (): bool プロパティが コンスト ... そうでない場合は、 false を返します。 例 例1 ReflectionProperty::isPromoted() の例 <?php class Foo { publ ...
https://man.plustar.jp/php/reflectionproperty.ispromoted.html - [similar]
PASSWD 拡張オペレーションのヘルパ 6152
« ldap_escape ldap_exop_refresh » PHP Manual LDAP 関数 PASSWD 拡張オペレーションのヘルパ ldap_ex ... op_passwd (PHP 7 >= 7.2.0, PHP 8) ldap_exop_passwd — PASSWD 拡張オペレーションのヘルパ 説明 l ... dap_exop_passwd ( LDAP\Connection $ldap , string $user = " ... " , string $old_password = "" , string $new_password = "" , arra ... y &$controls = null ): string | bool PASSWD 拡張オペレーシ ...
https://man.plustar.jp/php/function.ldap-exop-passwd.html - [similar]
はじめに 6052
« Event インストール/設定 » PHP Manual Event はじめに はじめに This is an extension to efficient ... ly schedule I/O, time and signal based events using the best I/O n ... otification mechanism available for specific platform. This i ... s a port of libevent to the PHP infrastructure. 注意 : No ... te, Windows support introduced in event-1.9.0 . Version 1.0. ...
https://man.plustar.jp/php/intro.event.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT