検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 2407 for a (0.035 sec.)
Deletes a record from a database 3141
« dbase_create dbase_get_header_info » PHP Manual dBase 関数 Deletes a record from a database db ... ase_delete_record (PHP 5 < 5.3.0, dbase 5, dbase 7) dbase_delete_record — Deletes a reco ... rd from a database 説明 dbase_delete_record ( resource $data ... base , int $number ): bool Marks the given record to ... be deleted from the database. 注意 : To actually remove the record from t ...
https://man.plustar.jp/php/function.dbase-delete-record.html - [similar]
Delete a user from a security database 3141
« ibase_db_info ibase_drop_db » PHP Manual Firebird/InterBase 関数 Delete a user from a security ... database ibase_delete_user (PHP 5, PHP 7 < 7.4.0) iba ... se_delete_user — Delete a user from a security database 説明 ibase_delete_us ... er ( resource $service_handle , string $user_name ): bool パラメータ service ... _handle The handle on the database server service. use ...
https://man.plustar.jp/php/function.ibase-delete-user.html - [similar]
型演算子 3141
« 配列演算子 制御構造 » PHP Manual 演算子 型演算子 型演算子 instanceof を使用して、 ある PHP 変数 ... タンスであるかどうかを調べます。 例1 クラスでの instanceof の使用法 <?php class MyClass { } class NotMyC ... lass { } $a = new MyClass ; var_dump ( $a instanceof ... MyClass ); var_dump ( $a instanceof NotMyClass ); ?> 上の ... 例の出力は以下となります。 bool(true) bool(false) instanceof は、ある変数が 特定の親クラスを継承 ...
https://man.plustar.jp/php/language.operators.type.html - [similar]
Construct a new ZMQContext object 3141
« ZMQContext ZMQContext::getOpt » PHP Manual ZMQContext Construct a new ZMQContext object ZMQCon ... zmq >= 0.5.0) ZMQContext::__construct — Construct a new ZMQContext object 説明 public ZMQContext::__co ... nstruct ( int $io_threads = 1 , bool $is_persistent = true ) Constructs a ... new ZMQ context. The context is used to initialize sockets. A persistent context is required to i ... nitialize persistent sockets. パラメータ io_threads Numb ...
https://man.plustar.jp/php/zmqcontext.construct.html - [similar]
The MongoDB\Driver\Server class 3132
« MongoDB\Driver\CursorInterface::toArray MongoDB\Driver\Server::__construct » PHP Manual MongoD ... B\Driver The MongoDB\Driver\Server class The MongoDB\Driver\Server class (mongodb >=1.0.0 ... ) はじめに クラス概要 final class MongoDB\Driver\Server { /* Constants */ con ... st int TYPE_UNKNOWN = 0 ; const int TYPE_STANDALONE = 1 ; const int TYPE_MONGOS = 2 ; const int ... TYPE_POSSIBLE_PRIMARY = 3 ; const int TYPE_RS_PRIMARY = 4 ; const int ...
https://man.plustar.jp/php/class.mongodb-driver-server.html - [similar]
Creates a new map using keys of either the current instance or of another map, b... 3132
« Ds\Map::values Pair » PHP Manual Map Creates a new map using keys of either the current instan ... ce or of another map, but not of both Ds\Map::xor (PECL ds >= ... 1.0.0) Ds\Map::xor — Creates a new map using keys of either the ... current instance or of another map, but not of both 説明 public ... Ds\Map::xor ( Ds\Map $map ): Ds\Map Creates a new map co ...
https://man.plustar.jp/php/ds-map.xor.html - [similar]
Establish the environment for connecting to CUBRID server 3132
« cubrid_commit cubrid_connect » PHP Manual CUBRID 関数 Establish the environment for connecting ... PECL CUBRID >= 8.3.1) cubrid_connect_with_url — Establish the environment for connecting to CUBRID serv ... ( string $conn_url , string $userid = ? , string $passwd = ? , bool $new_link = false ): resource The c ... ubrid_connect_with_url() function is used to establish the environment for connecting to your server ... by using connection information passed with an url string argument. If the HA ...
https://man.plustar.jp/php/function.cubrid-connect-with-url.html - [similar]
Prepare a SQL statement for execution 3132
« cubrid_pconnect cubrid_put » PHP Manual CUBRID 関数 Prepare a SQL statement for execution cubr ... id_prepare (PECL CUBRID >= 8.3.0) cubrid_prepare — Prepare ... a SQL statement for execution 説明 cubrid_prepare ( resource ... $conn_identifier , string $prepare_stmt , int $option = 0 ): resource The cubrid_pr ... epare() function is a sort of API which represents SQL ...
https://man.plustar.jp/php/function.cubrid-prepare.html - [similar]
Replace a function definition with a new implementation 3132
« runkit7_function_copy runkit7_function_remove » PHP Manual runkit7 関数 Replace a function def ... inition with a new implementation runkit7_function_redefine (PECL ... unkit7 >= Unknown) runkit7_function_redefine — Replace a function definition with a new implementation ... 説明 runkit7_function_redefine ( string $function_name , string $argument_list , string $code , bool $r ... bool runkit7_function_redefine ( string $function_name , Closure $closure , string $doc_comment = null ...
https://man.plustar.jp/php/function.runkit7-function-redefine.html - [similar]
新しいオブジェクトを生成する際に、クラスの代わりにモックを使う 3132
« uopz_set_hook uopz_set_property » PHP Manual Uopz 関数 新しいオブジェクトを生成する際に、クラス ... 代わりにモックを使う 説明 uopz_set_mock ( string $class , mixed $mock ): void mock がクラス名を含んだ文字 ... 列だった場合、 class の代わりにそれがインスタンス化されます。 mock は ... います。 静的にアクセスした場合には、オリジナルの class を使います。 後に示す 例 を参照して下さい。 パラ ... メータ class モックで代替するクラスの名前 mock モックとして使 ...
https://man.plustar.jp/php/function.uopz-set-mock.html - [similar]