検索

phrase: max: clip:
target: order:
Results of 501 - 510 of about 1461 for IN (0.115 sec.)
Register namespace with searching path 2600
« Yaf_Loader::registerLocalNamespace Yaf_Loader::setLibraryPath » PHP Manual Yaf_Loader Register ... namespace with searching path Yaf_Loader::registerNamespace (Yaf >=3.2.0) ... :registerNamespace — Register namespace with searching path 説明 public Yaf_Loader::registerNamespace ( ... string | array $namespaces , string $path = ? ): bool Re ... gister a namespace with searching path, Yaf_Loader searchs classes under this names ...
https://man.plustar.jp/php/yaf-loader.registernamespace.html - [similar]
Connect the socket 2600
« ZMQSocket::bind ZMQSocket::__construct » PHP Manual ZMQSocket Connect the socket ZMQSocket::co ... ect the socket 説明 public ZMQSocket::connect ( string $dsn , bool $force = false ): ZMQSocket Connect t ... he socket to a remote endpoint. The endpoint is defined in format transport://ad ... dress where transport is one of the following: inproc, ipc, tcp, pgm or epgm. パラメータ dsn Th ... he socket has already been connected to given endpoint. 戻り値 Returns the current object. エラー / 例外 ...
https://man.plustar.jp/php/zmqsocket.connect.html - [similar]
The parallel\Future class 2579
« parallel\Runtime::kill parallel\Future::cancel » PHP Manual parallel The parallel\Future class ... d exposes an API for cancellation. 例1 Example showing Future as return value <?php $runtime = new \ par ... runtime -> run (function(){ return "World" ; }); printf ( "Hello %s\n" , $future -> value ()); ?> 上の例 ... allows it to be used as a simple synchronization point even where the task does not return a value expli ... citly. 例2 Example showing Future as synchronization point <?php $runtime = ...
https://man.plustar.jp/php/class.parallel-future.html - [similar]
Yaf_Plugin_Abstract クラス 2579
« Yaf_Loader::setLibraryPath Yaf_Plugin_Abstract::dispatchLoopShutdown » PHP Manual Yaf Yaf_Plug ... in_Abstract クラス Yaf_Plugin_Abstract クラス (Yaf >=1.0.0) はじめに プラグインを ... を Yaf にロードするには Yaf_Dispatcher::registerPlugin() を使います。登録を済ませれば、このインターフェイ ... プラグインの例 <?php /* bootstrap class should be defined under ./application/Bootstrap.php */ class Boots ... extends Yaf_Bootstrap_Abstract { public function _initPlugin ( Yaf_Dispatcher $dispatcher ) { /* regist ...
https://man.plustar.jp/php/class.yaf-plugin-abstract.html - [similar]
The Zookeeper class 2579
« zookeeper_dispatch Zookeeper::addAuth » PHP Manual ZooKeeper The Zookeeper class The Zookeeper ... Zookeeper { /* メソッド */ public __construct ( string $host = '' , callable $watcher_cb = null , int $r ... ecv_timeout = 10000 ) public addAuth ( string $scheme , string $cert , callable $completion_cb ... ): bool public close (): void public connect ( string $host , callable $watcher_cb = null , int $recv_t ... imeout = 10000 ): void public create ( string $path , string $value , array $acls , int $flags ...
https://man.plustar.jp/php/class.zookeeper.html - [similar]
Get the facility code of error 2579
« cubrid_drop cubrid_error_code » PHP Manual CUBRID 関数 Get the facility code of error cubrid_e ... code of error 説明 cubrid_error_code_facility (): int The cubrid_error_code_facility() function is used ... to get the facility code (level in which the error occurred) from the error code of t ... he error that occurred during the API execution. Usually, you can get the error ... conn , "SELECT * FROM unknown" ); if (! $req ) { printf ( "Error facility: %d\nError code: %d\nError msg ...
https://man.plustar.jp/php/function.cubrid-error-code-facility.html - [similar]
Check whether the instance pointed by OID exists 2579
« cubrid_insert_id cubrid_lob_close » PHP Manual CUBRID 関数 Check whether the instance pointed ... by OID exists cubrid_is_instance (PECL CUBRID >= 8.3.0) cubrid_is_instance — ... Check whether the instance pointed by OID exists 説明 cubrid_is_instanc ... e ( resource $conn_identifier , string $oid ): int The cubrid_is_instance() function is ... used to check whether the instance pointed by the given oid exists or not. パラ ...
https://man.plustar.jp/php/function.cubrid-is-instance.html - [similar]
Read data from glo and send it to std output 2579
« cubrid_save_to_glo dBase » PHP Manual CUBRID 廃止されたエイリアスと関数 Read data from glo and ... 明 cubrid_send_glo ( resource $conn_identifier , string $oid ): int The cubrid_send_glo() function is use ... d to read data from glo instance and sends it to the PHP standard output. パラ ... entifier Connection identifier. oid Oid of the glo instance that you want to read data from. 戻り値 true ... m CUBRID 3.1. 参考 cubrid_new_glo() - Create a glo instance cubrid_save_to_glo() - Save requested file i ...
https://man.plustar.jp/php/function.cubrid-send-glo.html - [similar]
Gets the header info of a database 2579
« dbase_delete_record dbase_get_record_with_names » PHP Manual dBase 関数 Gets the header info o ... f a database dbase_get_header_info (PHP 5 < 5.3.0, dbase 5, dbase 7) dbase_get_head ... er_info — Gets the header info of a database 説明 dbase_ ... get_header_info ( resource $database ): array Returns informatio ... rned by dbase_open() or dbase_create() . 戻り値 An indexed array with an entry for each column in the da ...
https://man.plustar.jp/php/function.dbase-get-header-info.html - [similar]
Opens a database 2579
« dbase_numrecords dbase_pack » PHP Manual dBase 関数 Opens a database dbase_open (PHP 5 < 5.3.0 ... dbase_open — Opens a database 説明 dbase_open ( string $path , int $mode ): resource | false dbase_open( ... the file where dBase will store your data. mode An integer which correspond to those for the open() syst ... ead and write). 注意 : You can't open a dBase file in write-only mode as the function will fail to read ... the headers information and thus you can't use 1 as mode . As of ...
https://man.plustar.jp/php/function.dbase-open.html - [similar]