検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 1131 for This (0.031 sec.)
Returns the string representation of this UTCDateTime 3625
« MongoDB\BSON\UTCDateTime::toDateTime MongoDB\BSON\UTCDateTime::unserialize » PHP Manual MongoD ... N\UTCDateTime Returns the string representation of this UTCDateTime MongoDB\BSON\UTCDateTime::__toString ( ... :__toString — Returns the string representation of this UTCDateTime 説明 final public MongoDB\BSON\UTCDate ... ません。 戻り値 Returns the string representation of this UTCDateTime. 例 例1 MongoDB\BSON\UTCDateTime::__to ...
https://man.plustar.jp/php/mongodb-bson-utcdatetime.tostring.html - [similar]
Script Injection Attacks 3625
« Request Injection Attacks MongoDB\Driver » PHP Manual Security Script Injection Attacks Script ... ipt , not interpolated into the JavaScript string. This can come up when using $where clauses in queries, ... $m = new MongoDB \ Driver \ Manager ; // Don't do this!!! $username = $_GET [ 'field' ]; $cmd = new \ Mon ... $m = new MongoDB \ Driver \ Manager ; // Don't do this!!! $username = $_GET [ 'field' ]; // $username is ... "print('Hello, '); db.users.drop(); print('!');" . This attack is easy to avoid: use args to pass variable ...
https://man.plustar.jp/php/mongodb.security.script_injection.html - [similar]
Philosophy 3625
« Installation Functional API » PHP Manual parallel Philosophy Philosophy This section contains ... ng memory; instead, share memory by communicating. This philosophy which is embraced by parallel has its o ... nt. Go programmers have to work hard to live up to this ideal: PHP and parallel do all the hard work for t ... reads continue, they are no longer sharing memory. This makes writing and reasoning about parallel code mu ... g data concurrently, because that is not possible. This also makes PHP the perfect platform for implementi ...
https://man.plustar.jp/php/philosophy.parallel.html - [similar]
Construct a new device 3625
« ZMQDevice ZMQDevice::getIdleTimeout » PHP Manual ZMQDevice Construct a new device ZMQDevice::_ ... of all messages going both directions. The type of this socket should be SUB, PULL or DEALER. 戻り値 Call ... to this method will prepare the device. Usually devices ar ... e very long running processes so running this method from interactive script is not recommended. ... This method throw ZMQDeviceException if the device cann ...
https://man.plustar.jp/php/zmqdevice.construct.html - [similar]
Return the integer object handle for given object 3578
« runkit7_method_rename runkit7_superglobals » PHP Manual runkit7 関数 Return the integer object ... object 説明 runkit7_object_id ( object $obj ): int This function is equivalent to spl_object_id() . This f ... destroyed, its id may be reused for other objects. This behavior is similar to spl_object_hash() . パラメー ... Return , handle , given , runkit , the , unique , This , obj , 注意 ...
https://man.plustar.jp/php/function.runkit7-object-id.html - [similar]
Returns the hexidecimal representation of this ObjectId 3578
« MongoDB\BSON\ObjectId::serialize MongoDB\BSON\ObjectId::unserialize » PHP Manual MongoDB\BSON\ ... ObjectId Returns the hexidecimal representation of this ObjectId MongoDB\BSON\ObjectId::__toString (mongod ... String — Returns the hexidecimal representation of this ObjectId 説明 final public MongoDB\BSON\ObjectId:: ... 。 戻り値 Returns the hexidecimal representation of this ObjectId. 例 例1 MongoDB\BSON\ObjectId::__toString ...
https://man.plustar.jp/php/mongodb-bson-objectid.tostring.html - [similar]
The MongoDB\Driver\CursorInterface interface 3554
« MongoDB\Driver\CursorId::unserialize MongoDB\Driver\CursorInterface::getId » PHP Manual MongoD ... rsorInterface interface (mongodb >=1.6.0) はじめに This interface is implemented by MongoDB\Driver\Cursor ... Driver\CursorInterface::getId — Returns the ID for this cursor MongoDB\Driver\CursorInterface::getServer — ... Returns the server associated with this cursor MongoDB\Driver\CursorInterface::isDead — Ch ... rray — Returns an array containing all results for this cursor 関連キーワード: Driver , CursorInterface , ...
https://man.plustar.jp/php/class.mongodb-driver-cursorinterface.html - [similar]
プロパティ 3554
« クラスの基礎 オブジェクト定数 » PHP Manual クラスとオブジェクト プロパティ プロパティ クラスの ... にアクセスするには -> (オブジェクト演算子) を使って $this->property のようにします ( property のところにプロ ... トのコンテキストからコールされたときには、 擬似変数 $this が使えます。 $this は、呼び出し元のオブジェクトの値 ... nction __construct ( int $id , ? string $name ) { $this -> id = $id ; $this -> name = $name ; } } $user = ... n setNumberOfSides ( int $numberOfSides ): void { $this -> numberOfSides = $numberOfSides ; } public funct ...
https://man.plustar.jp/php/language.oop5.properties.html - [similar]
Execute one or more write operations on this server 3554
« MongoDB\Driver\Server::__construct MongoDB\Driver\Server::executeCommand » PHP Manual MongoDB\ ... ver\Server Execute one or more write operations on this server MongoDB\Driver\Server::executeBulkWrite (mo ... ulkWrite — Execute one or more write operations on this server 説明 final public MongoDB\Driver\Server::ex ... iteResult Executes one or more write operations on this server. A MongoDB\Driver\BulkWrite can be construc ... now an options array. For backwards compatibility, this paramater will still accept a MongoDB\Driver\Write ...
https://man.plustar.jp/php/mongodb-driver-server.executebulkwrite.html - [similar]
Create a node synchronously 3554
« Zookeeper::__construct Zookeeper::delete » PHP Manual Zookeeper Create a node synchronously Zo ... $value , array $acls , int $flags = null ): string This method will create a node in ZooKeeper. A node can ... the node. The ACL must not be null or empty. flags this parameter can be set to 0 for normal create or an ... ate Flags 戻り値 Returns the path of the new node (this might be different than the supplied path because ... g) on success, and false on failure. エラー / 例外 This method emits PHP error/warning when parameters cou ...
https://man.plustar.jp/php/zookeeper.create.html - [similar]