検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 2407 for a (0.050 sec.)
Get a lob object's size 2948
« cubrid_lob2_size64 cubrid_lob2_tell64 » PHP Manual CUBRID 関数 Get a lob object's size cubrid_ ... size (PECL CUBRID >= 8.4.1) cubrid_lob2_size — Get a lob object's size 説明 cubrid_lob2_size ( resource ... id_lob2_size() function is used to get the size of a lob object. パラメータ lob_identifier Lob identifi ... er as a result of cubrid_lob2_new() or get from the res ... ect when it processes successfully,失敗した場合に false を返します. 参考 cubrid_lob2_read() - Read from ...
https://man.plustar.jp/php/function.cubrid-lob2-size.html - [similar]
クラスの基礎 2948
« はじめに プロパティ » PHP Manual クラスとオブジェクト クラスの基礎 クラスの基礎 class 各クラス ... の定義は、 class キーワードで始まり、クラス名が続きます。 そしてそ ... アンダースコアが続くものです。 正規表現で表すと、 ^[a-zA-Z_\x80-\xff][a-zA-Z0-9_\x80-\xff]*$ のようになり ... 含めることができます。 例1 簡単なクラス定義 <?php class SimpleClass { // プロパティの宣言 public $var = ... 'a default value' ; // メソッドの宣言 public function ...
https://man.plustar.jp/php/language.oop5.basic.html - [similar]
変数のスコープ 2948
« 定義済みの変数 可変変数 » PHP Manual 変数 変数のスコープ 変数のスコープ 変数のスコープは、その ... より読みこまれたファイルも含みます。例えば、 <?php $a = 1 ; include 'b.inc' ; ?> この例で、変数 $a はイン ... で有効範囲が関数内部に制限 されます。例えば、 <?php $a = 1 ; /* グローバルスコープ */ function test () { ... echo $a ; /* ローカルスコープ変数の参照 */ } test (); ?> こ ... を全く行いません。これは、echo 命令がローカ ル版の $a 変数を参照しているにもかかわらず、こ のスコープでは ...
https://man.plustar.jp/php/language.variables.scope.html - [similar]
Waits for a read lock 2948
« SyncReaderWriter::__construct SyncReaderWriter::readunlock » PHP Manual SyncReaderWriter Waits ... for a read lock SyncReaderWriter::readlock (PECL sync >= ... 1.0.0) SyncReaderWriter::readlock — Waits for a read lock 説明 pu ... blic SyncReaderWriter::readlock ( int $wait = -1 ): bool Obtain ... s a read lock on a SyncReaderWriter object. パラメータ ...
https://man.plustar.jp/php/syncreaderwriter.readlock.html - [similar]
Create a node synchronously 2948
« Zookeeper::__construct Zookeeper::delete » PHP Manual Zookeeper Create a node synchronously Zo ... okeeper::create (PECL zookeeper >= 0.1.0) Zookeeper::create — Cr ... eate a node synchronously 説明 public Zookeeper::crea ... te ( string $path , string $value , array $acls , int $flags = nul ... l ): string This method will create a node in ZooKeeper. A node can only be created ...
https://man.plustar.jp/php/zookeeper.create.html - [similar]
ZMQ 2939
« yaz_wait はじめに » PHP Manual その他のサービス ZMQ ZMQ はじめに インストール/設定 要件 ZMQ — ... The ZMQ class ZMQ::__construct — ZMQ constructor ZMQContext — ... The ZMQContext class ZMQContext::__construct — Construct a new ZMQCon ... pt — Get context option ZMQContext::getSocket — Create a new socket ZMQContext::isPersistent — Whether ... the context is persistent ZMQContext::setOpt — Set a socket option ZMQSocket — The ZMQSocket class ZMQS ...
https://man.plustar.jp/php/book.zmq.html - [similar]
The MongoDB\BSON\ObjectId class 2939
« 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 12 bytes, wher ... e the first four bytes are a timestamp that reflect the ObjectId's creation ... . Specifically, the value consists of: a 4-byte value represen ...
https://man.plustar.jp/php/class.mongodb-bson-objectid.html - [similar]
Creates a new set using values that aren't in another set 2939
« Ds\Set::count Ds\Set::filter » PHP Manual Set Creates a new set using values that aren't in an ... Ds\Set::diff (PECL ds >= 1.0.0) Ds\Set::diff — Creates a new set using values that aren't in another s ... 説明 public Ds\Set::diff ( Ds\Set $set ): Ds\Set Creates a new set using values that aren't in another s ... et. A \ B = {x ∈ A | x ∉ B} パラメータ set Set containin ... g the values to exclude. 戻り値 A new set containing all va ...
https://man.plustar.jp/php/ds-set.diff.html - [similar]
Creates a new SSL buffer event to send its data over an SSL on a socket 2939
« EventBufferEvent::sslRenegotiate EventBufferEvent::write » PHP Manual EventBufferEvent Creates ... a new SSL buffer event to send its data over an SSL ... on a socket EventBufferEvent::sslSocket (PECL event >= ... 1.2.6-beta) EventBufferEvent::sslSocket — Creates a new SSL b ... uffer event to send its data over an SSL on a socket 説明 public static Event ...
https://man.plustar.jp/php/eventbufferevent.sslsocket.html - [similar]
Create a GearmanJob instance 2939
« GearmanJob::complete GearmanJob::data » PHP Manual GearmanJob Create a GearmanJob instance Gea ... rmanJob::__construct (PECL gearman >= 0.5.0) GearmanJo ... b::__construct — Create a GearmanJob instance 説明 public GearmanJob::__ ... construct () Creates a GearmanJob instance representing a job the wo ... ラメータ この関数にはパラメータはありません。 戻り値 A GearmanJob object. 関連キーワード: GearmanJob , in ...
https://man.plustar.jp/php/gearmanjob.construct.html - [similar]