検索

phrase: max: clip:
target: order:
Results of 291 - 300 of about 4795 for string (0.149 sec.)
入力ロケールの表示名を、適切に地域化して返す 2427
« Locale::getDisplayLanguage Locale::getDisplayRegion » PHP Manual Locale 入力ロケールの表示名を ... ェクト指向型 public static Locale::getDisplayName ( string $locale , ? string $displayLocale = null ): string ... | false 手続き型 locale_get_display_name ( string $locale , ? string $displayLocale = null ): string ... ェクト指向型 public static Locale::getDisplayName ( string $locale , string $in_locale = ? ): string 手続き型 ... locale_get_display_name ( string $locale , string $in_locale = ? ): string 入力ロケ ...
https://man.plustar.jp/php/locale.getdisplayname.html - [similar]
HTTP レスポンスヘッダ 2427
« $php_errormsg $argc » PHP Manual 定義済の変数 HTTP レスポンスヘッダ $http_response_header (PHP ... は、 たとえば以下のようになります。 array(9) { [0]=> string(15) "HTTP/1.1 200 OK" [1]=> string(35) "Date: Sat, ... 12 Apr 2008 17:30:38 GMT" [2]=> string(29) "Server: Apache/2.2.3 (CentOS)" [3]=> string(4 ... ast-Modified: Tue, 15 Nov 2005 13:24:10 GMT" [4]=> string(27) "ETag: "280100-1b6-80bfd280"" [5]=> string(20) ... "Accept-Ranges: bytes" [6]=> string(19) "Content-Length: 438" [7]=> string(17) "Connec ...
https://man.plustar.jp/php/reserved.variables.httpresponseheader.html - [similar]
The EventHttp class 2413
« EventDnsBase::setSearchNdots EventHttp::accept » PHP Manual Event The EventHttp class The Even ... pt ( mixed $socket ): bool public addServerAlias ( string $alias ): bool public bind ( string $address , int ... slContext $ctx = null ) public removeServerAlias ( string $alias ): bool public setAllowedMethods ( int $met ... hods ): void public setCallback ( string $path , string $cb , string $arg = ? ): void publi ... c setDefaultCallback ( string $cb , string $arg = ? ): void public setMaxBodySiz ...
https://man.plustar.jp/php/class.eventhttp.html - [similar]
文字列の metaphone キーを計算する 2413
« md5 money_format » PHP Manual String 関数 文字列の metaphone キーを計算する metaphone (PHP 4, ... 文字列の metaphone キーを計算する 説明 metaphone ( string $string , int $max_phonemes = 0 ): string string... ison Wesley, 1995] で解説されています。 パラメータ string 入力文字列。 max_phonemes このパラメータは、返され ... 'programmer' )); ?> 上の例の出力は以下となります。 string(7) "PRKRMNK" string(6) "PRKRMR" 例2 phonemes パラメ ... grammer' , 5 )); ?> 上の例の出力は以下となります。 string(5) "PRKRM" string(5) "PRKRM" 例3 phonemes 引数を使 ...
https://man.plustar.jp/php/function.metaphone.html - [similar]
文字列が、指定された文字列で終わるかを調べる。 2413
« str_contains str_getcsv » PHP Manual String 関数 文字列が、指定された文字列で終わるかを調べる。 ... れた文字列で終わるかを調べる。 説明 str_ends_with ( string $haystack , string $needle ): bool haystack が nee ... php if ( str_ends_with ( 'abc' , '' )) { echo "All strings end with the empty string" ; } ?> 上の例の出力は以 ... 下となります。 All strings end with the empty string 例2 大文字小文字の区別 ... <?php $string = 'The lazy fox jumped over the fence' ; if ( str_ ...
https://man.plustar.jp/php/function.str-ends-with.html - [similar]
文字列が指定された部分文字列で始まるかを調べる 2413
« str_split str_word_count » PHP Manual String 関数 文字列が指定された部分文字列で始まるかを調べ ... 部分文字列で始まるかを調べる 説明 str_starts_with ( string $haystack , string $needle ): bool haystack が nee ... p if ( str_starts_with ( 'abc' , '' )) { echo "All strings start with the empty string" ; } ?> 上の例の出力は ... 以下となります。 All strings start with the empty string 例2 大文字小文字の区別 ... <?php $string = 'The lazy fox jumped over the fence' ; if ( str_ ...
https://man.plustar.jp/php/function.str-starts-with.html - [similar]
Returns the string representation of this Int64 2413
« MongoDB\BSON\Int64::serialize MongoDB\BSON\Int64::unserialize » PHP Manual MongoDB\BSON\Int64 ... Returns the string representation of this Int64 MongoDB\BSON\Int64::_ ... _toString (mongodb >=1.5.0) MongoDB\BSON\Int64::__toString... Returns the string representation of this Int64 説明 final public Mon ... goDB\BSON\Int64::__toString (): string パラメータ この関数にはパラメータはあり ...
https://man.plustar.jp/php/mongodb-bson-int64.tostring.html - [similar]
Dynamically changes the code of the given method 2403
« runkit7_method_copy runkit7_method_remove » PHP Manual runkit7 関数 Dynamically changes the co ... of the given method 説明 runkit7_method_redefine ( string $class_name , string $method_name , string $argume ... nt_list , string $code , int $flags = RUNKIT7_ACC_PUBLIC , string $ ... doc_comment = null , string $return_type = ? , bool $is_strict = ? ): bool run ... kit7_method_redefine ( string $class_name , string $method_name , Closure $closu ...
https://man.plustar.jp/php/function.runkit7-method-redefine.html - [similar]
Returns the string representation of this Decimal128Interface 2403
« MongoDB\BSON\Decimal128Interface MongoDB\BSON\JavascriptInterface » PHP Manual MongoDB\BSON\De ... cimal128Interface Returns the string representation of this Decimal128Interface MongoDB ... \BSON\Decimal128Interface::__toString (mongodb >=1.3.0) MongoDB\BSON\Decimal128Interface ... ::__toString — Returns the string representation of this Decima ... tract public MongoDB\BSON\Decimal128Interface::__toString (): string パラメータ この関数にはパラメータはあり ...
https://man.plustar.jp/php/mongodb-bson-decimal128interface.tostring.html - [similar]
Returns the string representation of this RegexInterface 2403
« MongoDB\BSON\RegexInterface::getPattern MongoDB\BSON\TimestampInterface » PHP Manual MongoDB\B ... SON\RegexInterface Returns the string representation of this RegexInterface MongoDB\BSON ... \RegexInterface::__toString (mongodb >=1.3.0) MongoDB\BSON\RegexInterface::__t ... oString — Returns the string representation of this RegexI ... 明 abstract public MongoDB\BSON\RegexInterface::__toString (): string パラメータ この関数にはパラメータはあり ...
https://man.plustar.jp/php/mongodb-bson-regexinterface.tostring.html - [similar]