検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 304 for init (0.044 sec.)
新機能 4056
« 下位互換性のない変更点 PHP 5.6.x で推奨されなくなる機能 » PHP Manual PHP 5.5.x から PHP 5.6.x ... やすいコードが書けるようになります。 <?php $a = gmp_init ( 42 ); $b = gmp_init ( 17 ); if ( version_compare ...
https://man.plustar.jp/php/migration56.new-features.html - [similar]
Building the MongoDB PHP Driver from source 4056
« Installing the MongoDB PHP Driver on Windows 実行時設定 » PHP Manual インストール手順 Building ... git $ cd mongo-php-driver $ git submodule update --init $ phpize $ ./configure $ make all $ sudo make inst ...
https://man.plustar.jp/php/mongodb.installation.manual.html - [similar]
指定したステートメントのカラム数を返す 4056
« mysqli_stmt::fetch mysqli_stmt::free_result » PHP Manual mysqli_stmt 指定したステートメントのカ ... 返します。 パラメータ stmt 手続き型のみ: mysqli_stmt_init() が返す mysqli_stmt オブジェクト。 戻り値 カラム数 ...
https://man.plustar.jp/php/mysqli-stmt.field-count.html - [similar]
指定したステートメントのパラメータ数を返す 4056
« mysqli_stmt::$num_rows mysqli_stmt::prepare » PHP Manual mysqli_stmt 指定したステートメントのパ ... 返します。 パラメータ stmt 手続き型のみ: mysqli_stmt_init() が返す mysqli_stmt オブジェクト。 戻り値 パラメー ...
https://man.plustar.jp/php/mysqli-stmt.param-count.html - [similar]
データをブロックで送信する 4056
« mysqli_stmt::result_metadata mysqli_stmt::$sqlstate » PHP Manual mysqli_stmt データをブロックで ... あります。 パラメータ stmt 手続き型のみ: mysqli_stmt_init() が返す mysqli_stmt オブジェクト。 param_num デー ...
https://man.plustar.jp/php/mysqli-stmt.send-long-data.html - [similar]
データベース接続の現在の文字コードセットを返す 4056
« mysqli::change_user mysqli::close » PHP Manual mysqli データベース接続の現在の文字コードセット ... ink 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返す mysqli オブジェクト。 戻り値 データベース ...
https://man.plustar.jp/php/mysqli.character-set-name.html - [similar]
直近の関数コールによるエラーコードを返す 4056
« mysqli::dump_debug_info mysqli::$error_list » PHP Manual mysqli 直近の関数コールによるエラーコ ... ink 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返す mysqli オブジェクト。 戻り値 直近のコール ...
https://man.plustar.jp/php/mysqli.errno.html - [similar]
直近のエラーの内容を文字列で返す 4056
« mysqli::$error_list mysqli::$field_count » PHP Manual mysqli 直近のエラーの内容を文字列で返す ... ink 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返す mysqli オブジェクト。 戻り値 エラーの内容 ...
https://man.plustar.jp/php/mysqli.error.html - [similar]
使用している接続の型を文字列で返す 4056
« mysqli::get_connection_stats mysqli::$protocol_version » PHP Manual mysqli 使用している接続の型 ... ink 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返す mysqli オブジェクト。 戻り値 サーバーのホ ...
https://man.plustar.jp/php/mysqli.get-host-info.html - [similar]
使用している MySQL プロトコルのバージョンを返す 4056
« mysqli::$host_info mysqli::$server_info » PHP Manual mysqli 使用している MySQL プロトコルのバー ... ink 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返す mysqli オブジェクト。 戻り値 プロトコルバ ...
https://man.plustar.jp/php/mysqli.get-proto-info.html - [similar]