検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 167 for Try (0.015 sec.)
Open a persistent connection to CUBRID server 4966
« cubrid_num_rows cubrid_pconnect » PHP Manual CUBRID 関数 Open a persistent connection to CUBRI ... . First, when connecting, the function would first try to find a (persistent) link that's already open wi ...
https://man.plustar.jp/php/function.cubrid-pconnect-with-url.html - [similar]
構文 4966
« 定数 自動的に定義される定数 » PHP Manual 定数 構文 構文 const キーワードか、 define() 関数を使 ... れるからです。 つまり、関数、ループ、 if 文、または try / catch ブロックの内部では宣言できないということで ...
https://man.plustar.jp/php/language.constants.syntax.html - [similar]
Execute a database command 4966
« MongoDB\Driver\Manager::executeBulkWrite MongoDB\Driver\Manager::executeQuery » PHP Manual Mon ... new MongoDB \ Driver \ Command ([ 'ping' => 1 ]); try { $cursor = $manager -> executeCommand ( 'admin' , ...
https://man.plustar.jp/php/mongodb-driver-manager.executecommand.html - [similar]
phar アーカイブを実行可能でない tar あるいは zip ファイルに変換する 4966
« Phar::__construct Phar::convertToExecutable » PHP Manual Phar phar アーカイブを実行可能でない ... () の例 Phar::convertToData() の使用法です。 <?php try { $tarphar = new Phar ( 'myphar.phar.tar' ); // my ...
https://man.plustar.jp/php/phar.converttodata.html - [similar]
phar アーカイブを実行可能な別の phar アーカイブ形式に変換する 4966
« Phar::convertToData Phar::copy » PHP Manual Phar phar アーカイブを実行可能な別の phar アーカイ ... 例 Phar::convertToExecutable() の使用例です。 <?php try { $tarphar = new Phar ( 'myphar.phar.tar' ); // ph ...
https://man.plustar.jp/php/phar.converttoexecutable.html - [similar]
phar アーカイブを実行可能でない tar あるいは zip ファイルに変換する 4966
« PharData::__construct PharData::convertToExecutable » PHP Manual PharData phar アーカイブを実行 ... の例 PharData::convertToData() の使用法です。 <?php try { $tarphar = new PharData ( 'myphar.tar' ); // myp ...
https://man.plustar.jp/php/phardata.converttodata.html - [similar]
実行可能でない tar/zip アーカイブを実行可能な phar アーカイブ形式に変換する 4966
« PharData::convertToData PharData::copy » PHP Manual PharData 実行可能でない tar/zip アーカイブ ... arData::convertToExecutable() の使用例です。 <?php try { $tarphar = new PharData ( 'myphar.tar' ); // pha ...
https://man.plustar.jp/php/phardata.converttoexecutable.html - [similar]
The Zookeeper class 4852
« zookeeper_dispatch Zookeeper::addAuth » PHP Manual ZooKeeper The Zookeeper class The Zookeeper ... to-date with the leader of last committed config - try invoking reconfiguration after new servers are con ... rogress. This is currently not supported. Please retry. Available as of ZooKeeper 3.5.0 ZooKeeper API Err ...
https://man.plustar.jp/php/class.zookeeper.html - [similar]
MySQL サーバに接続する 4852
« expression mysql_xdevapi\BaseResult » PHP Manual Mysql_xdevapi 関数 MySQL サーバに接続する get ... ます。 例 例2 mysql_xdevapi\getSession() の例 <?php try { $session = mysql_xdevapi \ getSession ( "mysqlx: ...
https://man.plustar.jp/php/function.mysql-xdevapi-getsession.html - [similar]
新機能 4852
« PHP 7.0.x から PHP 7.1.x への移行 新しい関数 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 新 ... なる例外を同じように処理したい場合に有用です。 <?php try { // 何かのコード } catch ( FirstException | Secon ...
https://man.plustar.jp/php/migration71.new-features.html - [similar]