検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 667 for All (0.032 sec.)
ファイルポインタからデータをスキャンし、uuencode されたファイルを展開する 4434
« mailparse_stream_encode 数学 » PHP Manual Mailparse 関数 ファイルポインタからデータをスキャンし ... encode されたファイルを展開する mailparse_uudecode_all (PECL mailparse >= 0.9.0) mailparse_uudecode_all... e されたファイルを展開する 説明 mailparse_uudecode_all ( resource $fp ): array 指定したファイルポインタか ... ode ファイルとなります。 例 例1 mailparse_uudecode_all() の例 <?php $text = <<<EOD To: fred@example.com h ... fwrite ( $fp , $text ); $data = mailparse_uudecode_all ( $fp ); echo "BODY\n" ; readfile ( $data [ 0 ][ " ...
https://man.plustar.jp/php/function.mailparse-uudecode-all.html - [similar]
16 進数を表す文字かどうかを調べる 4377
« ctype_upper Filter » PHP Manual Ctype 関数 16 進数を表す文字かどうかを調べる ctype_xdigit (PHP ... stcase )) { echo "The string $testcase consists of all hexadecimal digits.\n" ; } else { echo "The string ... $testcase does not consist of all hexadecimal digits.\n" ; } } ?> 上の例の出力は以下 ... となります。 The string AB10BC99 consists of all hexadecimal digits. The string AR1012 does not con ... sist of all hexadecimal digits. The string ab12bc99 consists o ...
https://man.plustar.jp/php/function.ctype-xdigit.html - [similar]
DateTimeZone クラス 4355
« DateTime::__wakeup DateTimeZone::__construct » PHP Manual Date/Time DateTimeZone クラス DateTi ... t PACIFIC = 512 ; const int UTC = 1024 ; const int ALL = 2047 ; const int ALL_WITH_BC = 4095 ; const int ... stIdentifiers ( int $timezoneGroup = DateTimeZone::ALL , ? string $countryCode = null ): array } 定義済み ... DateTimeZone::UTC UTC タイムゾーン。 DateTimeZone::ALL すべてのタイムゾーン。 DateTimeZone::ALL_WITH_BC 過 ... imeZone , int , クラス , public , array , string , ALL , construct , 定数 , listIdentifiers ...
https://man.plustar.jp/php/class.datetimezone.html - [similar]
小文字かどうかを調べる 4355
« ctype_graph ctype_print » PHP Manual Ctype 関数 小文字かどうかを調べる ctype_lower (PHP 4 >= 4 ... stcase )) { echo "The string $testcase consists of all lowercase letters.\n" ; } else { echo "The string ... $testcase does not consist of all lowercase letters.\n" ; } } ?> 上の例の出力は以下と ... なります。 The string aac123 does not consist of all lowercase letters. The string qiutoas consists of ... se letters. The string QASsdks does not consist of all lowercase letters. 参考 ctype_alpha() - 英字かどう ...
https://man.plustar.jp/php/function.ctype-lower.html - [similar]
大文字かどうか調べる 4355
« ctype_space ctype_xdigit » PHP Manual Ctype 関数 大文字かどうか調べる ctype_upper (PHP 4 >= 4. ... stcase )) { echo "The string $testcase consists of all uppercase letters.\n" ; } else { echo "The string ... $testcase does not consist of all uppercase letters.\n" ; } } ?> 上の例の出力は以下と ... なります。 The string AKLWC139 does not consist of all uppercase letters. The string LMNSDO consists of a ... e letters. The string akwSKWsm does not consist of all uppercase letters. 参考 ctype_alpha() - 英字かどう ...
https://man.plustar.jp/php/function.ctype-upper.html - [similar]
The Collection interface 4327
« 例 Ds\Collection::clear » PHP Manual Data Structures The Collection interface The Collection i ... ase interface which covers functionality common to all the data structures in this library. It guarantees ... that all structures are traversable, countable, and can be ... ill in 1.4.1.) 目次 Ds\Collection::clear — Removes all values Ds\Collection::copy — Returns a shallow cop ... n array 関連キーワード: Collection , Ds , public , all , ollection , implements , copy , isEmpty , toArra ...
https://man.plustar.jp/php/class.ds-collection.html - [similar]
空白、英数字以外の出力可能な文字かどうかを調べる 4327
« ctype_print ctype_space » PHP Manual Ctype 関数 空白、英数字以外の出力可能な文字かどうかを調べ ... stcase )) { echo "The string $testcase consists of all punctuation.\n" ; } else { echo "The string $testc ... ase does not consist of all punctuation.\n" ; } } ?> 上の例の出力は以下となりま ... す。 The string ABasdk!@!$# does not consist of all punctuation. The string !@ # $ does not consist of ... all punctuation. The string *&$() consists of all punc ...
https://man.plustar.jp/php/function.ctype-punct.html - [similar]
Frees all resources for the specified statement 4327
« sqlsrv_field_metadata sqlsrv_get_config » PHP Manual SQLSRV 関数 Frees all resources for the s ... le, might only be in Git) sqlsrv_free_stmt — Frees all resources for the specified statement 説明 sqlsrv_ ... free_stmt ( resource $stmt ): bool Frees all resources for the specified statement. The stateme ... cannot be used after sqlsrv_free_stmt() has been called on it. If sqlsrv_free_stmt() is called on an in- ... d. Note that null is a valid parameter value. This allows the function to be called multiple times in a s ...
https://man.plustar.jp/php/function.sqlsrv-free-stmt.html - [similar]
Apache Solr 4298
« 検索エンジン用の拡張モジュール はじめに » PHP Manual 検索エンジン用の拡張モジュール Apache Sol ... 文書にフィールドを追加 SolrDocument::clear — Drops all the fields in the document SolrDocument::__clone — ... ment::valid — Checks if the current position internally is still valid SolrDocumentField — SolrDocumentFi ... tances to the index SolrClient::commit — Finalizes all add/deletes made to the index SolrClient::__constr ... letes by Ids SolrClient::deleteByQueries — Removes all documents matching any of the queries SolrClient:: ...
https://man.plustar.jp/php/book.solr.html - [similar]
印字可能な文字かどうかを調べる 4298
« ctype_lower ctype_punct » PHP Manual Ctype 関数 印字可能な文字かどうかを調べる ctype_print (PH ... stcase )) { echo "The string ' $name ' consists of all printable characters.\n" ; } else { echo "The stri ... ng ' $name ' does not consist of all printable characters.\n" ; } } ?> 上の例の出力は以 ... なります。 The string 'string1' does not consist of all printable characters. The string 'string2' consist ... s of all printable characters. The string 'string3' consist ...
https://man.plustar.jp/php/function.ctype-print.html - [similar]