検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 466 for 手続き (0.008 sec.)
現在のシステム状態を取得する 5636
« mysqli::ssl_set mysqli::stmt_init » PHP Manual mysqli 現在のシステム状態を取得する mysqli::sta ... ェクト指向型 public mysqli::stat (): string | false 手続き型 mysqli_stat ( mysqli $mysql ): string | false mys ... かれているテーブルなどが含まれます。 パラメータ link 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返 ... \n" , $mysqli -> stat ()); $mysqli -> close (); ?> 手続き型 <?php $link = mysqli_connect ( "localhost" , "my_ ... キーワード: mysqli , 状態 , stat , 取得 , システム , 手続き , init , tables , string , status ...
https://man.plustar.jp/php/mysqli.stat.html - [similar]
新しい DateTime オブジェクトを作成する 5555
« date_create_immutable date_date_set » PHP Manual 日付・時刻 関数 新しい DateTime オブジェクトを ... null ): DateTime | false DateTime::__construct() の手続き型バージョンです。 DateTime のコンストラクタと異なり ... 値 新しい DateTime クラスのインスタンスを返します。 手続き型 の場合は、失敗したときに false を返します。 参考 ... reate , construct , DateTimeImmutable , datetime , 手続き , 例外 ...
https://man.plustar.jp/php/function.date-create.html - [similar]
基本的な使用法 5555
« 例 Collator » PHP Manual 例 基本的な使用法 基本的な使用法 各モジュールには、 手続き型とオブジェ ... ません。 出力文字列も、すべて UTF-8 となります。 例1 手続き型 API の使用例 <?php $coll = collator_create ( 'en_ ... rmat ( 1234567 ); ?> 関連キーワード: 基本 , 使用 , 手続き , Collator , モジュール , 種類 , 存在 , 対応 , ドキ ...
https://man.plustar.jp/php/intl.examples.basic.html - [similar]
指定したステートメントのカラム数を返す 5555
« mysqli_stmt::fetch mysqli_stmt::free_result » PHP Manual mysqli_stmt 指定したステートメントのカ ... オブジェクト指向型 int $mysqli_stmt->field_count ; 手続き型 mysqli_stmt_field_count ( mysqli_stmt $statement ... トで指定されたカラムの数を返します。 パラメータ stmt 手続き型のみ: mysqli_stmt_init() が返す mysqli_stmt オブジ ... column number %d is %s" , $i , $row [ $i ]); } 例2 手続き型 <?php mysqli_report ( MYSQLI_REPORT_ERROR | MYSQL ... mysqli , カラム , ステートメント , count , 指定 , 手続き , int , Value , 取得 ...
https://man.plustar.jp/php/mysqli-stmt.field-count.html - [similar]
指定したステートメントのパラメータ数を返す 5555
« mysqli_stmt::$num_rows mysqli_stmt::prepare » PHP Manual mysqli_stmt 指定したステートメントのパ ... オブジェクト指向型 int $mysqli_stmt->param_count ; 手続き型 mysqli_stmt_param_count ( mysqli_stmt $statement ... 内のパラメータマーカの数を返します。 パラメータ stmt 手続き型のみ: mysqli_stmt_init() が返す mysqli_stmt オブジ ... } /* 接続を閉じます */ $mysqli -> close (); ?> 例2 手続き型 <?php $link = mysqli_connect ( "localhost" , "my_ ... パラメータ , ステートメント , param , count , 指定 , 手続き , prepare , int ...
https://man.plustar.jp/php/mysqli-stmt.param-count.html - [similar]
データベース接続の現在の文字コードセットを返す 5555
« mysqli::change_user mysqli::close » PHP Manual mysqli データベース接続の現在の文字コードセット ... 指向型 public mysqli::character_set_name (): string 手続き型 mysqli_character_set_name ( mysqli $mysql ): stri ... の現在の文字コードセットを返します。 パラメータ link 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返 ... tf ( "Current character set is %s\n" , $charset ); 手続き型 <?php mysqli_report ( MYSQLI_REPORT_ERROR | MYSQL ... セット , 接続 , データベース , character , string , 手続き , 文字 , 参考 , 考慮 ...
https://man.plustar.jp/php/mysqli.character-set-name.html - [similar]
デバッグ情報をログに出力する 5555
« mysqli::debug mysqli::$errno » PHP Manual mysqli デバッグ情報をログに出力する mysqli::dump_deb ... ェクト指向型 public mysqli::dump_debug_info (): bool 手続き型 mysqli_dump_debug_info ( mysqli $mysql ): bool こ ... ーのデバッグ情報をログに出力します。 パラメータ link 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返 ... i , デバッグ , ログ , 出力 , 情報 , debug , info , 手続き , サーバー , 参考 ...
https://man.plustar.jp/php/mysqli.dump-debug-info.html - [similar]
直近の関数コールによるエラーコードを返す 5555
« mysqli::dump_debug_info mysqli::$error_list » PHP Manual mysqli 直近の関数コールによるエラーコ ... を返す 説明 オブジェクト指向型 int $mysqli->errno ; 手続き型 mysqli_errno ( mysqli $mysql ): int 直近の MySQLi ... 失敗した際のエラーコードを返します。 パラメータ link 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返 ... ); } /* 接続を閉じます */ $mysqli -> close (); ?> 手続き型 <?php $link = mysqli_connect ( "localhost" , "my_ ... , コール , エラーコード , 関数 , errno , エラー , 手続き , 接続 , 失敗 ...
https://man.plustar.jp/php/mysqli.errno.html - [similar]
直近のエラーの内容を文字列で返す 5555
« mysqli::$error_list mysqli::$field_count » PHP Manual mysqli 直近のエラーの内容を文字列で返す ... 返す 説明 オブジェクト指向型 string $mysqli->error ; 手続き型 mysqli_error ( mysqli $mysql ): string 直近の MyS ... した際のエラーメッセージを返します。 パラメータ link 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返 ... ); } /* 接続を閉じます */ $mysqli -> close (); ?> 手続き型 <?php $link = mysqli_connect ( "localhost" , "my_ ... キーワード: mysqli , 直近 , エラー , 内容 , コール , 手続き , errno , 接続 , エラーコード , 関数 ...
https://man.plustar.jp/php/mysqli.error.html - [similar]
文字セットオブジェクトを返す 5555
« mysqli::$field_count mysqli::$client_info » PHP Manual mysqli 文字セットオブジェクトを返す mys ... ェクト指向型 public mysqli::get_charset (): ? object 手続き型 mysqli_get_charset ( mysqli $mysql ): ? object 文 ... トについてのプロパティを提供します。 パラメータ link 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返 ... , "test" ); var_dump ( $db -> get_charset ()); ?> 手続き型 <?php $db = mysqli_init (); mysqli_real_connect ( ... , mysqli , オブジェクト , charset , length , int , 手続き , string , collation ...
https://man.plustar.jp/php/mysqli.get-charset.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT