検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 1237 for n (0.009 sec.)
直前の MySQL の操作で変更された行の数を得る 3606
« mysqli mysqli::autocommit » PHP Manual mysqli 直前の MySQL の操作で変更された行の数を得る mysq ... 作で変更された行の数を得る 説明 オブジェクト指向型 int | string $mysqli->affected_rows ; 手続き型 mysqli ... _affected_rows ( mysqli $mysql ): int | string 直近の INSERT 、 UPDATE 、 REPLACE あるい ... された行の数を返します。 SELECT 文の場合は、 mysqli_num_rows() と同じように動作します。 パラメータ link ... 手続き型のみ: mysqli_connect() あるいは mysqli_init() が返す mysqli オブジェ ...
https://man.plustar.jp/php/mysqli.affected-rows.html - [similar]
n乗根の整数部を返す 3583
« gmp_random gmp_rootrem » PHP Manual GMP 関数 n乗根の整数部を返す gmp_root (PHP 5 >= 5.6.0, PHP ... 7, PHP 8) gmp_root — n乗根の整数部を返す 説明 gmp_root ( GMP | int | strin ... g $num , int $nth ): GMP num の nth 乗根を計算し、 その ... 整数部を返します。 パラメータ num GMP オブジェクト、整数、あるいは数値に変換可能な ... 数値形式の文字列。 nth num の正のべき乗根 戻り値 結果の整数部をGMP数とし ...
https://man.plustar.jp/php/function.gmp-root.html - [similar]
数値アイテムの値を減らす 3583
« Memcached::__construct Memcached::decrementByKey » PHP Manual Memcached 数値アイテムの値を減ら ... す Memcached::decrement (PECL memcached >= 0.1.0) Memcached::decrement — ... 値アイテムの値を減らす 説明 public Memcached::decrement ( string $key , int $offset = 1 , int $initial_va ... lue = 0 , int $expiry = 0 ): int | false Memcached::decrement() ... ます。 アイテムが存在しない場合、 Memcached::decrement() は値を initial_value に設定します。 パラメータ ...
https://man.plustar.jp/php/memcached.decrement.html - [similar]
コンストラクタ 3583
« ReflectionParameter::__clone ReflectionParameter::export » PHP Manual ReflectionParameter コン ... ストラクタ ReflectionParameter::__construct (PHP 5, PHP 7, PHP 8) Reflec ... tionParameter::__construct — コンストラクタ 説明 public ... ReflectionParameter::__construct ( string | array | object $f ... unction , int | string $param ) ReflectionParameter ク ...
https://man.plustar.jp/php/reflectionparameter.construct.html - [similar]
continue 3555
« break switch » PHP Manual 制御構造 continue continue (PHP 4, PHP 5, PHP 7, PHP 8) continue は、 ... 実行を続けるために使用されます、 注意 : PHP では、 continue の動作に関しては switch 文がループ構造とみなさ ... れます。 continue に引数を渡さなかった場合の動きは break と同じ ... 警告が生成されます。 switch がループ内にある場合、 continue 2 とすると、外側のループの次回の処理から続行し ... ます。 continue では、オプションの引数で 処理をスキップするル ...
https://man.plustar.jp/php/control-structures.continue.html - [similar]
Prepare a SQL statement for execution 3555
« cubrid_pconnect cubrid_put » PHP Manual CUBRID 関数 Prepare a SQL statement for execution cubr ... ID >= 8.3.0) cubrid_prepare — Prepare a SQL statement for execution 説明 cubrid_prepare ( resource $con ... n_identifier , string $prepare_stmt , int $option = 0 ): ... resource The cubrid_prepare() function is a sort of API which represents SQL stateme ... nts compiled previously to a given connection handle. This pre-compiled SQL statement ...
https://man.plustar.jp/php/function.cubrid-prepare.html - [similar]
結果セットにおけるフィールド数を得る 3555
« ibase_name_result ibase_num_params » PHP Manual Firebird/InterBase 関数 結果セットにおけるフィ ... ールド数を得る ibase_num_fields (PHP 5, PHP 7 < 7.4.0) ibase_num_fields — ... 結果セットにおけるフィールド数を得る 説明 ibase_num_fields ( resource $result_id ): int 結果セットに ... ールド数を整数として返します。 パラメータ result_id InterBase 結果 ID。 戻り値 フィールドの数を整数値で返 ... します。 例 例1 ibase_num_fields() の例 <?php $rs = ibase_query ( "SELECT ...
https://man.plustar.jp/php/function.ibase-num-fields.html - [similar]
数値に関するフォーマット情報を得る 3555
« levenshtein ltrim » PHP Manual String 関数 数値に関するフォーマット情報を得る localeconv (PHP ... 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) localeconv — 数値に関するフォーマット情報を得る 説明 localec ... onv (): array ローカルな数値および通貨フォーマット情報 ... この関数にはパラメータはありません。 戻り値 localeconv() は、 setlocale() で設定された現在のロケールに基 ... 次のフィールドを有します。 配列要素 説明 decimal_point 小数点文字 thousands_sep 千毎の区切り文字 groupin ...
https://man.plustar.jp/php/function.localeconv.html - [similar]
行を配列として取得する 3555
« pg_fetch_all pg_fetch_assoc » PHP Manual PostgreSQL 関数 行を配列として取得する pg_fetch_array ... する 説明 pg_fetch_array ( PgSql\Result $result , ? int $row = null , int $mode = PGSQL_BOTH ): array | f ... 、両方ともが有効になっています。 注意 : この関数は、 NULL フィールドに PHPの null 値を設定します。 pg_fet ... row 取得する行番号。最初の行は 0 です。省略したり null を指定したりした場合は、 次の行を取得します。 m ... のどれかとすることが可能です。 PGSQL_ASSOC 、 PGSQL_NUM および PGSQL_BOTH 。 PGSQL_NUM を使用すると、 pg ...
https://man.plustar.jp/php/function.pg-fetch-array.html - [similar]
指定した文字数で文字列を分割する 3555
« vsprintf 変更履歴 » PHP Manual String 関数 指定した文字数で文字列を分割する wordwrap (PHP 4 >= ... 指定した文字数で文字列を分割する 説明 wordwrap ( string $string , int $width = 75 , string $break = "\n" ... , bool $cut_long_words = false ): string 指定した文字数で、指定した ... 文字を用いて文字列を分割します。 パラメータ string 入力文字列。 width 文字列を分割するときの文字数。 ... ンのパラメータ break を用いて行を分割します。 cut_long_words cut_long_words を true に設定すると、 文字列 ...
https://man.plustar.jp/php/function.wordwrap.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT