検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 60 for exist (0.012 sec.)
Return the type of the column corresponding to the given field offset 6485
« cubrid_field_table cubrid_list_dbs » PHP Manual CUBRID MySQL 互換関数 Return the type of the c ... field_offset starts at 0. If field_offset does not exist, an error of level E_WARNING is also issued. 戻り値 ...
https://man.plustar.jp/php/function.cubrid-field-type.html - [similar]
ファイルへの絶対パスを取得する 6485
« SplFileInfo::getPerms SplFileInfo::getSize » PHP Manual SplFileInfo ファイルへの絶対パスを取得 ... RealPath ()); $info = new SplFileInfo ( '/I/Do/Not/Exist' ); var_dump ( $info -> getRealPath ()); $info = n ...
https://man.plustar.jp/php/splfileinfo.getrealpath.html - [similar]
Move the result set cursor to the specified field offset 6384
« cubrid_field_name cubrid_field_table » PHP Manual CUBRID MySQL 互換関数 Move the result set cu ... field_offset starts at 0. If field_offset does not exist, an error of level E_WARNING is also issued. 戻り値 ...
https://man.plustar.jp/php/function.cubrid-field-seek.html - [similar]
指定したファイルの PharFileInfo オブジェクトを取得する 6384
« Phar::offsetExists Phar::offsetSet » PHP Manual Phar 指定したファイルの PharFileInfo オブジェク ... __ ) . '/myphar.phar' , 0 , 'myphar.phar' ); $p [ 'exists.txt' ] = "file exists\n" ; try { // 自動的に offs ... etGet() をコールします echo $p [ 'exists.txt' ]; echo $p [ 'doesnotexist.txt' ]; } catch ( ... echo $e ; } ?> 上の例の出力は以下となります。 file exists Entry doesnotexist.txt does not exist 参考 Phar:: ... offsetExists() - ファイルが phar 内に存在するかどうかを調べる ...
https://man.plustar.jp/php/phar.offsetget.html - [similar]
The Swoole\Http\Server class 6282
« Swoole\Http\Response::write Swoole\Http\Server::on » PHP Manual Swoole The Swoole\Http\Server ... et ( array $settings ): void public Swoole\Server::exist ( int $fd ): bool public Swoole\Server::finish ( s ...
https://man.plustar.jp/php/class.swoole-http-server.html - [similar]
直近の MySQL 処理からエラーメッセージのエラー番号を返す 6282
« mysql_drop_db mysql_error » PHP Manual MySQL 関数 直近の MySQL 処理からエラーメッセージのエラー ... , "mysql_password" ); if (! mysql_select_db ( "nonexistentdb" , $link )) { echo mysql_errno ( $link ) . ": ... " , $link ); if (! mysql_query ( "SELECT * FROM nonexistenttable" , $link )) { echo mysql_errno ( $link ) . ... ば以下のようになります。 1049: Unknown database 'nonexistentdb' 1146: Table 'kossu.nonexistenttable' doesn't ... exist 参考 mysql_error() - 直近に実行された MySQL 操作の ...
https://man.plustar.jp/php/function.mysql-errno.html - [similar]
直近に実行された MySQL 操作のエラーメッセージを返す 6282
« mysql_errno mysql_escape_string » PHP Manual MySQL 関数 直近に実行された MySQL 操作のエラーメッ ... _user" , "mysql_password" ); mysql_select_db ( "nonexistentdb" , $link ); echo mysql_errno ( $link ) . ": " ... "kossu" , $link ); mysql_query ( "SELECT * FROM nonexistenttable" , $link ); echo mysql_errno ( $link ) . " ... ば以下のようになります。 1049: Unknown database 'nonexistentdb' 1146: Table 'kossu.nonexistenttable' doesn't ... exist 参考 mysql_errno() - 直近の MySQL 処理からエラーメ ...
https://man.plustar.jp/php/function.mysql-error.html - [similar]
The Swoole\Redis\Server class 6180
« Swoole\Process::write Swoole\Redis\Server::format » PHP Manual Swoole The Swoole\Redis\Server ... et ( array $settings ): void public Swoole\Server::exist ( int $fd ): bool public Swoole\Server::finish ( s ...
https://man.plustar.jp/php/class.swoole-redis-server.html - [similar]
Returns the Legacy Extended JSON representation of a BSON value 6180
« MongoDB\BSON\toCanonicalExtendedJSON MongoDB\BSON\toPHP » PHP Manual 関数 Returns the Legacy E ... Legacy Extended JSON representation. 注意 : There exist several JSON formats for representing BSON. This f ...
https://man.plustar.jp/php/function.mongodb.bson-tojson.html - [similar]
最後に見つかったエラーを返す 6180
« oci_define_by_name oci_execute » PHP Manual OCI8 関数 最後に見つかったエラーを返す oci_error ( ... <?php $stid = oci_parse ( $conn , "select does_not_exist from dual" ); $r = oci_execute ( $stid ); if (! $r ...
https://man.plustar.jp/php/function.oci-error.html - [similar]
PREV 1 2 3 4 5 6 NEXT