検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 509 for count (0.084 sec.)
DOMCharacterData クラス 3870
« DOMCdataSection::__construct DOMCharacterData::appendData » PHP Manual DOM DOMCharacterData ク ... ata ): bool public deleteData ( int $offset , int $count ): bool public insertData ( int $offset , string $ ... ta ): bool public replaceData ( int $offset , int $count , string $data ): bool public substringData ( int ... $offset , int $count ): string | false /* 継承したメソッド */ public DO ...
https://man.plustar.jp/php/class.domcharacterdata.html - [similar]
DOMText クラス 3870
« DOMProcessingInstruction::__construct DOMText::__construct » PHP Manual DOM DOMText クラス DOM ... DOMCharacterData::deleteData ( int $offset , int $count ): bool public DOMCharacterData::insertData ( int ... DOMCharacterData::replaceData ( int $offset , int $count , string $data ): bool public DOMCharacterData::su ... bstringData ( int $offset , int $count ): string | false public DOMNode::appendChild ( DO ...
https://man.plustar.jp/php/class.domtext.html - [similar]
新しい関数 3870
« 新機能 新しいグローバル定数 » PHP Manual PHP 7.1.x から PHP 7.2.x への移行 新しい関数 新しい関 ... 100_support() SPL spl_object_id() DOM DomNodeList::count() DOMNamedNodeMap::count() FTP ftp_append() GD ima ... zero() sodium_pad() sodium_unpad() ZIP ZipArchive::count() ZipArchive::setEncryptionName() ZipArchive::setE ...
https://man.plustar.jp/php/migration72.new-functions.html - [similar]
ResourceBundle クラス 3847
« IntlDateFormatter::setTimeZone ResourceBundle::count » PHP Manual intl ResourceBundle クラス R ... lass ResourceBundle implements IteratorAggregate , Countable { /* メソッド */ public __construct ( ? string ... ? string $bundle , bool $fallback = true ) public count (): int public static create ( ? string $locale , ... 代わりに実装していました。 7.4.0 ResourceBundle は、 Countable を新たに実装しました。 参考 » ICU Resource Man ... agement » ICU Data 目次 ResourceBundle::count — バンドル内の要素数を取得する ResourceBundle::cre ...
https://man.plustar.jp/php/class.resourcebundle.html - [similar]
デフォルトの書記素クラスタシーケンスをテキストバッファから取り出す関数。 テキス... 3847
« Grapheme 関数 grapheme_stripos » PHP Manual Grapheme 関数 デフォルトの書記素クラスタシーケンス ... $haystack , int $size , int $type = GRAPHEME_EXTR_COUNT , int $offset = 0 , int &$next = null ): string | ... パラメータの単位の形式を指定します。 GRAPHEME_EXTR_COUNT (default) - $size は、 抽出するデフォルト書記素クラ ... ng_nfd . $char_o_diaeresis_nfd , 1 , GRAPHEME_EXTR_COUNT , 2 )); ?> 上の例の出力は以下となります。 o%CC%88 ...
https://man.plustar.jp/php/function.grapheme-extract.html - [similar]
バッファを修正するための ob_start コールバック関数 3847
« Tidy 関数 tidy_access_count » PHP Manual Tidy 関数 バッファを修正するための ob_start コールバッ ... 修正 , tidyhandler , string , input , mode , 出力 , count , int ...
https://man.plustar.jp/php/function.ob-tidyhandler.html - [similar]
Imagick がサポートするフォーマットを返す 3847
« Imagick::queryFonts Imagick::radialBlurImage » PHP Manual Imagick Imagick がサポートするフォー ... tput .= "<table border='2'>" ; for ( $i = 0 ; $i < count ( $input ); $i += $columns ) { $output .= "<tr>" ; ... s ; $c ++) { $output .= "<td>" ; if (( $i + $c ) < count ( $input )) { $output .= $input [ $i + $c ]; } $ou ...
https://man.plustar.jp/php/imagick.queryformats.html - [similar]
OCI8 Transparent Application Failover (TAF) Support 3847
« OCI8 高速アプリケーション通知 (FAN) サポート OCI8 および DTrace 動的トレーシング » PHP Manual ... pace callback class MyClass { public static $retry_count ; public static function TAFCallback ( $conn , $ev ... LECT ) ? "SELECT" : "UNKNOWN!" ))); self :: $retry_count = 0 ; break; case OCI_FO_ABORT : // The applicatio ... lready attempted for 20 times. if ( self :: $retry_count >= 20 ) return 0 ; printf ( " Failover error recei ... ed. Sleeping...\n" ); sleep ( 10 ); self :: $retry_count ++; return OCI_FO_RETRY ; // retry failover break; ...
https://man.plustar.jp/php/oci8.taf.html - [similar]
結果セットのカラムに対するメタデータを返す 3847
« PDOStatement::getAttribute PDOStatement::getIterator » PHP Manual PDOStatement 結果セットのカラ ... を取得する 以下の例は、PDO_SQLITE ドライバでの関数 (COUNT) によって生成された単一のカラムに対するメタデータの ... 表示します。 <?php $select = $DB -> query ( 'SELECT COUNT(*) FROM fruit' ); $meta = $select -> getColumnMeta ... er" ["flags"]=> array(0) { } ["name"]=> string(8) "COUNT(*)" ["len"]=> int(-1) ["precision"]=> int(0) ["pdo ... _type"]=> int(2) } 参考 PDOStatement::columnCount() - 結果セット中のカラム数を返す PDOStatement::row ...
https://man.plustar.jp/php/pdostatement.getcolumnmeta.html - [similar]
オブジェクトをストレージから取り除く 3847
« SplObjectStorage::current SplObjectStorage::getHash » PHP Manual SplObjectStorage オブジェクト ... lObjectStorage (); $s -> attach ( $o ); var_dump ( count ( $s )); $s -> detach ( $o ); var_dump ( count ( $ ...
https://man.plustar.jp/php/splobjectstorage.detach.html - [similar]