検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 509 for count (0.029 sec.)
Phar アーカイブ内のエントリ (ファイル) の数を返す 5794
« Phar::copy Phar::createDefaultStub » PHP Manual Phar Phar アーカイブ内のエントリ (ファイル) の ... 数を返す Phar::count (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.0.0) ... Phar::count — Phar アーカイブ内のエントリ (ファイル) の数を返す ... 説明 public Phar::count ( int $mode = COUNT_NORMAL ): int パラメータ 戻り値 ... ない場合は 0 (数字のゼロ) を返します。 例 例1 Phar::count() の例 <?php // 存在しないことを確実にしておきます ...
https://man.plustar.jp/php/phar.count.html - [similar]
count のエイリアス 5731
« shuffle sort » PHP Manual 配列 関数 count のエイリアス sizeof (PHP 4, PHP 5, PHP 7, PHP 8) siz ... eof — count() のエイリアス 説明 この関数は次の関数のエイリアス ... です。 count() . 関連キーワード: count , 関数 , sizeof , shuffl ...
https://man.plustar.jp/php/function.sizeof.html - [similar]
文字列に使用されている単語についての情報を返す 5731
« str_starts_with strcasecmp » PHP Manual String 関数 文字列に使用されている単語についての情報を ... 返す str_word_count (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) str_word_cou ... 使用されている単語についての情報を返す 説明 str_word_count ( string $string , int $format = 0 , ? string $cha ... acters は、nullable になりました。 例 例1 str_word_count() の例 <?php $str = "Hello fri3nd, you're looking ... good today!" ; print_r ( str_word_count ( $str , 1 )); print_r ( str_word_count ( $str , 2 ...
https://man.plustar.jp/php/function.str-word-count.html - [similar]
直近のクエリのカラムの数を返す 5731
« mysqli::$error mysqli::get_charset » PHP Manual mysqli 直近のクエリのカラムの数を返す mysqli:: ... $field_count mysqli_field_count (PHP 5, PHP 7, PHP 8) mysqli::$ ... field_count -- mysqli_field_count — 直近のクエリのカラムの数を ... 返す 説明 オブジェクト指向型 int $mysqli->field_count ; 手続き型 mysqli_field_count ( mysqli $mysql ): i ... フィールド数を整数で返します。 例 例1 $mysqli->field_count の例 オブジェクト指向型 <?php $mysqli = new mysqli ...
https://man.plustar.jp/php/mysqli.field-count.html - [similar]
配列のサイズを返す 5707
« SplFixedArray::__construct SplFixedArray::current » PHP Manual SplFixedArray 配列のサイズを返す ... SplFixedArray::count (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplFixedArray::coun ... t — 配列のサイズを返す 説明 public SplFixedArray::count (): int 配列のサイズを返します。 パラメータ この関 ... り値 配列のサイズを返します。 例 例1 SplFixedArray::count() の例 <?php $array = new SplFixedArray ( 5 ); ech ... o $array -> count () . "\n" ; echo count ( $array ) . "\n" ; ?> 上の ...
https://man.plustar.jp/php/splfixedarray.count.html - [similar]
ArrayObject の public プロパティの数を取得する 5676
« ArrayObject::__construct ArrayObject::exchangeArray » PHP Manual ArrayObject ArrayObject の pu ... blic プロパティの数を取得する ArrayObject::count (PHP 5, PHP 7, PHP 8) ArrayObject::count — ArrayOb ... プロパティの数を取得する 説明 public ArrayObject::count (): int ArrayObject の public プロパティの数を取得 ... プロパティが public となります。 例 例1 ArrayObject::count() の例 <?php class Example { public $public = 'pro ... ayObject (new Example ()); var_dump ( $arrayobj -> count ()); $arrayobj = new ArrayObject (array( 'first' , ...
https://man.plustar.jp/php/arrayobject.count.html - [similar]
Increases the count of the semaphore 5676
« SyncSemaphore::lock SyncEvent » PHP Manual SyncSemaphore Increases the count of the semaphore ... nc >= 1.0.0) SyncSemaphore::unlock — Increases the count of the semaphore 説明 public SyncSemaphore::unlock ... ( int &$prevcount = ? ): bool Increases the count of a SyncSemaphore ... object. パラメータ prevcount Returns the previous count of the semaphore. 戻り値 ... (); ?> 参考 SyncSemaphore::lock() - Decreases the count of the semaphore or waits 関連キーワード: ount , s ...
https://man.plustar.jp/php/syncsemaphore.unlock.html - [similar]
ディレクトリやファイルの数を取得する 5581
« GlobIterator::__construct InfiniteIterator » PHP Manual GlobIterator ディレクトリやファイルの数 ... を取得する GlobIterator::count (PHP 5 >= 5.3.0, PHP 7, PHP 8) GlobIterator::count ... リやファイルの数を取得する 説明 public GlobIterator::count (): int glob 式から見つかったディレクトリやファイル ... ファイルの数を int で返します。 例 例1 GlobIterator::count() の例 <?php $iterator = new GlobIterator ( '*.xml ... ; printf ( "Matched %d item(s)\r\n" , $iterator -> count ()); ?> 上の例の出力は、 たとえば以下のようになりま ...
https://man.plustar.jp/php/globiterator.count.html - [similar]
指定したステートメントのカラム数を返す 5581
« mysqli_stmt::fetch mysqli_stmt::free_result » PHP Manual mysqli_stmt 指定したステートメントのカ ... ラム数を返す mysqli_stmt::$field_count mysqli_stmt_field_count (PHP 5, PHP 7, PHP 8) mysq ... li_stmt::$field_count -- mysqli_stmt_field_count — 指定したステートメント ... 返す 説明 オブジェクト指向型 int $mysqli_stmt->field_count ; 手続き型 mysqli_stmt_field_count ( mysqli_stmt $ ... ' ; $stmt = $mysqli -> prepare ( "SELECT Name FROM Country WHERE Code=?" ); $stmt -> bind_param ( 's' , $co ...
https://man.plustar.jp/php/mysqli-stmt.field-count.html - [similar]
指定したステートメントのパラメータ数を返す 5581
« mysqli_stmt::$num_rows mysqli_stmt::prepare » PHP Manual mysqli_stmt 指定したステートメントのパ ... ラメータ数を返す mysqli_stmt::$param_count mysqli_stmt_param_count (PHP 5, PHP 7, PHP 8) mysq ... li_stmt::$param_count -- mysqli_stmt_param_count — 指定したステートメント ... 返す 説明 オブジェクト指向型 int $mysqli_stmt->param_count ; 手続き型 mysqli_stmt_param_count ( mysqli_stmt $ ... f ( $stmt = $mysqli -> prepare ( "SELECT Name FROM Country WHERE Name=? OR Code=?" )) { $marker = $stmt -> ...
https://man.plustar.jp/php/mysqli-stmt.param-count.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT