検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 281 for My (0.013 sec.)
直近のエラーの内容を文字列で返す 5176
« mysqli::$error_list mysqli::$field_count » PHP Manual mysqli 直近のエラーの内容を文字列で返す ... mysqli::$error mysqli_error (PHP 5, PHP 7, PHP 8) mysqli::$error -- ... の内容を文字列で返す 説明 オブジェクト指向型 string $mysqli->error ; 手続き型 mysqli_error ( mysqli $mysql ... ): string 直近の MySQLi 関数のコールが成功あるいは失敗した際のエラーメ ... ッセージを返します。 パラメータ link 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返す mysqli ...
https://man.plustar.jp/php/mysqli.error.html - [similar]
MySQL サーバーのバージョンを返す 5176
« mysqli::$protocol_version mysqli::$server_version » PHP Manual mysqli MySQL サーバーのバージョ ... ンを返す mysqli::$server_info mysqli::get_server_info mysqli_g ... et_server_info (PHP 5, PHP 7, PHP 8) mysqli::$server_info -- mysqli::get_server_info -- my ... sqli_get_server_info — MySQL サーバーのバージョンを返す 説明 オブジェクト指向 ... 型 string $mysqli->server_info ; public mysqli::get_server_info ...
https://man.plustar.jp/php/mysqli.get-server-info.html - [similar]
SQL のスカラー関数として使用する PHP 関数を登録する 5176
« SQLite3::createCollation SQLite3::enableExceptions » PHP Manual SQLite3 SQL のスカラー関数とし ... 例1 SQLite3::createFunction() の例 <?php function my_udf_md5 ( $string ) { return md5 ( $string ); } $d ... b = new SQLite3 ( 'mysqlitedb.db' ); $db -> createFunction ( 'my_udf_md5 ... ' , 'my_udf_md5' ); var_dump ( $db -> querySingle ( 'SELEC ... T my_udf_md5("test")' )); ?> 上の例の出力は、 たとえば以 ...
https://man.plustar.jp/php/sqlite3.createfunction.html - [similar]
各 tick で実行する関数を登録する 5128
« register_shutdown_function unregister_tick_function » PHP Manual 関数処理 関数 各 tick で実行す ... ールバックとして使用します register_tick_function ( 'my_function' , true ); // オブジェクトのメソッドを使用 ... します $object = new my_class (); register_tick_function (array( $object , ... 'my_method' ), true ); ?> 参考 declare unregister_tick ...
https://man.plustar.jp/php/function.register-tick-function.html - [similar]
MySQL サーバーのバージョンを整数値で返す 5128
« mysqli::$server_info mysqli::get_warnings » PHP Manual mysqli MySQL サーバーのバージョンを整数 ... 値で返す mysqli::$server_version mysqli_get_server_version (PH ... P 5, PHP 7, PHP 8) mysqli::$server_version -- mysqli_get_server_version ...MySQL サーバーのバージョンを整数値で返す 説明 オブジェ ... クト指向型 int $mysqli->server_version ; 手続き型 mysqli_get_server_v ...
https://man.plustar.jp/php/mysqli.get-server-version.html - [similar]
結果セットの取得を開始する 5128
« mysqli::thread_safe mysqli::$warning_count » PHP Manual mysqli 結果セットの取得を開始する mysq ... li::use_result mysqli_use_result (PHP 5, PHP 7, PHP 8) mysqli::use_r ... esult -- mysqli_use_result — 結果セットの取得を開始する 説明 オ ... ブジェクト指向型 public mysqli::use_result (): mysqli_result | false 手続き型 ... mysqli_use_result ( mysqli $mysql ): mysqli_result | ...
https://man.plustar.jp/php/mysqli.use-result.html - [similar]
5089
« 定義済み定数 DOMAttr » PHP Manual DOM 例 例 このリファレンスの多くの例で、XMLファイルが必要です ... .1.2/docbookx.dtd" [ ]> <book id="listing"> <title>My lists</title> <chapter id="books"> <title>My books ... hapter> </book> 関連キーワード: entry , row , 例 , My , Steinbeck , John , tbody , tgroup , informaltabl ...
https://man.plustar.jp/php/dom.examples.html - [similar]
シンボリックリンクを作る 5089
« eio_statvfs eio_sync_file_range » PHP Manual Eio 関数 シンボリックリンクを作る eio_symlink (PE ... = dirname ( __FILE__ ). "/symlink.link" ; function my_symlink_cb ( $data , $result ) { global $link , $f ... ); if (! eio_readlink ( $data , EIO_PRI_DEFAULT , "my_readlink_cb" , NULL )) { @ unlink ( $link ); @ unl ... ink ( $filename ); } } function my_readlink_cb ( $data , $result ) { global $filename ... o_symlink ( $filename , $link , EIO_PRI_DEFAULT , "my_symlink_cb" , $link ); eio_event_loop (); ?> 上の例 ...
https://man.plustar.jp/php/function.eio-symlink.html - [similar]
直近のクエリのカラムの数を返す 5089
« mysqli::$error mysqli::get_charset » PHP Manual mysqli 直近のクエリのカラムの数を返す mysqli:: ... $field_count mysqli_field_count (PHP 5, PHP 7, PHP 8) mysqli::$fie ... ld_count -- mysqli_field_count — 直近のクエリのカラムの数を返す 説 ... 明 オブジェクト指向型 int $mysqli->field_count ; 手続き型 mysqli_field_count ( m ... ysqli $mysql ): int mysql が指す接続における直近のクエリの カ ...
https://man.plustar.jp/php/mysqli.field-count.html - [similar]
サーバーに MySQL スレッドの停止を問い合わせる 5089
« mysqli::$insert_id mysqli::more_results » PHP Manual mysqli サーバーに MySQL スレッドの停止を問 ... い合わせる mysqli::kill mysqli_kill (PHP 5, PHP 7, PHP 8) mysqli ... ::kill -- mysqli_kill — サーバーに MySQL スレッドの停止を問い合 ... わせる 説明 オブジェクト指向型 public mysqli::kill ( int $process_id ): bool 手続き型 mysql ... i_kill ( mysqli $mysql , int $process_id ): bool この関数は、 ...
https://man.plustar.jp/php/mysqli.kill.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT