検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 509 for count (0.083 sec.)
拡張属性を設定する 3665
« xattr_remove xattr_supported » PHP Manual xattr 関数 拡張属性を設定する xattr_set (PECL xattr ... y ranking' , 'Good' ); xattr_set ( $file , 'Listen count' , '34' ); /* ... その他のコード ... */ printf ( " ... を %d 回再生しました" , xattr_get ( $file , 'Listen count' )); ?> 参考 xattr_get() - 拡張属性を取得する xatt ...
https://man.plustar.jp/php/function.xattr-set.html - [similar]
接続に関するひとつあるいは複数のオプションを設定する 3665
« yaz_search yaz_sort » PHP Manual YAZ 関数 接続に関するひとつあるいは複数のオプションを設定する ... 0 で、2 番目のレコードは 1 です。 このオプションを count とともに設定する ことは、 yaz_range() をコールする ... ) ではレコードの 番号が 1 から始まる点が違います。 count yaz_search() あるいは yaz_present() で取得するレコ ...
https://man.plustar.jp/php/function.yaz-set-option.html - [similar]
RAR アーカイブからエントリの全一覧を取得する 3665
« RarArchive::getComment RarArchive::getEntry » PHP Manual RarArchive RAR アーカイブからエントリ ... ( "Could not retrieve entries." ); echo "Found " . count ( $rar_entries ) . " entries.\n" ; foreach ( $rar_ ... die( "Could retrieve entries." ); echo "Found " . count ( $rar_entries ) . " entries.\n" ; foreach ( $rar_ ...
https://man.plustar.jp/php/rararchive.getentries.html - [similar]
壊れたアーカイブのオープンを許可するかどうかを設定する 3665
« RarArchive::open RarArchive::__toString » PHP Manual RarArchive 壊れたアーカイブのオープンを許 ... tEntries () as $e ) { echo " $e \n" ; } var_dump ( count ( $a )); ?> 上の例の出力は、 たとえば以下のようにな ... list ( $a ) as $e ) { echo " $e \n" ; } var_dump ( count ( $a )); ?> 参考 RarArchive::isBroken() - アーカイ ...
https://man.plustar.jp/php/rararchive.setallowbroken.html - [similar]
配列 3634
« 変数・データ型関連 はじめに » PHP Manual 変数・データ型関連 配列 配列 はじめに インストール/設 ... う一方の配列を値として、ひとつの配列を生成する array_count_values — 配列の値の数を数える array_diff_assoc — 追 ... ートする compact — 変数名とその値から配列を作成する count — 配列または Countable オブジェクトに含まれるすべて ... にソートする shuffle — 配列をシャッフルする sizeof — count のエイリアス sort — 配列を昇順にソートする uasort ...
https://man.plustar.jp/php/book.array.html - [similar]
CachingIterator クラス 3634
« ArrayIterator::valid CachingIterator::__construct » PHP Manual イテレータ CachingIterator クラ ... extends IteratorIterator implements ArrayAccess , Countable , Stringable { /* 定数 */ const int CALL_TOSTR ... t $flags = CachingIterator::CALL_TOSTRING ) public count (): int public current (): mixed public getCache ( ... ngIterator オブジェクトを作成する CachingIterator::count — イテレータ内の要素の数 CachingIterator::current ...
https://man.plustar.jp/php/class.cachingiterator.html - [similar]
GlobIterator クラス 3634
« FilterIterator::valid GlobIterator::__construct » PHP Manual イテレータ GlobIterator クラス Gl ... GlobIterator extends FilesystemIterator implements Countable { /* 継承した定数 */ const int FilesystemItera ... | FilesystemIterator::CURRENT_AS_FILEINFO ) public count (): int /* 継承したメソッド */ public FilesystemIt ... — glob を使うディレクトリを作成する GlobIterator::count — ディレクトリやファイルの数を取得する 関連キーワー ...
https://man.plustar.jp/php/class.globiterator.html - [similar]
SolrInputDocument クラス 3634
« SolrUtils::queryPhrase SolrInputDocument::addChildDocument » PHP Manual Solr SolrInputDocument ... t SORT_FIELD_NAME = 1 ; const int SORT_FIELD_VALUE_COUNT = 2 ; const int SORT_FIELD_BOOST_VALUE = 4 ; /* メ ... etChildDocuments (): array public getChildDocumentsCount (): int public getField ( string $fieldName ): Sol ... dBoost ( string $fieldName ): float public getFieldCount (): int | false public getFieldNames (): array pub ... ドを名前でソート SolrInputDocument::SORT_FIELD_VALUE_COUNT フィールドを値の数でソート SolrInputDocument::SORT ...
https://man.plustar.jp/php/class.solrinputdocument.html - [similar]
指定されたメールボックスに文字列メッセージを追加する 3634
« imap_alerts imap_base64 » PHP Manual IMAP 関数 指定されたメールボックスに文字列メッセージを追加 ... sword" ); $check = imap_check ( $imap ); echo "Msg Count before append: " . $check -> Nmsgs . "\n" ; imap_a ... e\r\n" ); $check = imap_check ( $imap ); echo "Msg Count after append : " . $check -> Nmsgs . "\n" ; imap_c ...
https://man.plustar.jp/php/function.imap-append.html - [similar]
コマンドとパラメータを分割してサーバーに送信し、その結果を待たない 3634
« pg_send_prepare pg_send_query » PHP Manual PostgreSQL 関数 コマンドとパラメータを分割してサーバ ... ことに注意 pg_send_query_params ( $dbconn , 'select count(*) from authors where city = $1' , array( 'Perth' ... ing ( 'Perth' ); pg_send_query ( $dbconn , "select count(*) from authors where city = ' ${ str } '" ); ?> 参 ...
https://man.plustar.jp/php/function.pg-send-query-params.html - [similar]