検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 42 for strings (0.004 sec.)
空白文字かどうか調べる 7416
« ctype_punct ctype_upper » PHP Manual Ctype 関数 空白文字かどうか調べる ctype_space (PHP 4 >= 4 ... alse になります。 例 例1 ctype_space() の例 <?php $strings = array( 'string1' => "\n\r\t" , 'string2' => "\na ... t' // 単一引用符に注意してください。 ); foreach ( $strings as $name => $testcase ) { if ( ctype_space ( $test ...
https://man.plustar.jp/php/function.ctype-space.html - [similar]
文字列が、指定された文字列で終わるかを調べる。 7416
« str_contains str_getcsv » PHP Manual String 関数 文字列が、指定された文字列で終わるかを調べる。 ... php if ( str_ends_with ( 'abc' , '' )) { echo "All strings end with the empty string" ; } ?> 上の例の出力は以 ... 下となります。 All strings end with the empty string 例2 大文字小文字の区別 < ...
https://man.plustar.jp/php/function.str-ends-with.html - [similar]
文字列が指定された部分文字列で始まるかを調べる 7416
« str_split str_word_count » PHP Manual String 関数 文字列が指定された部分文字列で始まるかを調べ ... p if ( str_starts_with ( 'abc' , '' )) { echo "All strings start with the empty string" ; } ?> 上の例の出力は ... 以下となります。 All strings start with the empty string 例2 大文字小文字の区別 ... ( str_starts_with ( $string , 'The' )) { echo "The string starts with 'The'\n" ; } if ( str_starts_with ( $st ... ring , 'the' )) { echo 'The string starts with "the"' ; } else { echo '"the" was not f ...
https://man.plustar.jp/php/function.str-starts-with.html - [similar]
SQL 文で使用する集約ユーザー定義関数 (UDF) を登録する 7416
« PDO_SQLITE DSN PDO::sqliteCreateCollation » PHP Manual SQLite (PDO) SQL 文で使用する集約ユーザ ... ( 'sqlite::memory:' ); $db -> exec ( "CREATE TABLE strings(a)" ); $insert = $db -> prepare ( 'INSERT INTO str ... var_dump ( $db -> query ( 'SELECT max_len(a) from strings' )-> fetchAll ()); ?> この例では、 テーブルのカラム ...
https://man.plustar.jp/php/pdo.sqlitecreateaggregate.html - [similar]
UTF-8 エンコードされているコードポイントから、Decomposition_Mapping プロパティの... 7323
« Normalizer Normalizer::isNormalized » PHP Manual Normalizer UTF-8 エンコードされているコードポ ... ::getRawDecomposition() の例 <?php $result = "" ; $strings = [ "a" , "\u{FFDA}" , "\u{FDFA}" , "" , "aa" , "\ ... xF5" , ]; foreach ( $strings as $string ) { $decomposition = Normalizer :: getR ...
https://man.plustar.jp/php/normalizer.getrawdecomposition.html - [similar]
Creates rrd database file 7215
« RRD 関数 rrd_error » PHP Manual RRD 関数 Creates rrd database file rrd_create (PECL rrd >= 0.9 ... rrd file. options Options for rrd create - list of strings. See man page of rrd create for whole list of opti ...
https://man.plustar.jp/php/function.rrd-create.html - [similar]
Diff two XML documents 7215
« XMLDiff\Memory XMLDiff\Memory::merge » PHP Manual XMLDiff\Memory Diff two XML documents XMLDif ... iff ( string $from , string $to ): string Diff two strings containing XML documents and produce the diff info ...
https://man.plustar.jp/php/xmldiff-memory.diff.html - [similar]
Updates the RRD database 7122
« rrd_tune rrd_version » PHP Manual RRD 関数 Updates the RRD database rrd_update (PECL rrd >= 0. ... ons for updating the RRD database. This is list of strings. See man page of rrd update for whole list of opti ...
https://man.plustar.jp/php/function.rrd-update.html - [similar]
Vtiful\Kernel\Excel mergeCells 7122
« Vtiful\Kernel\Excel::insertText Vtiful\Kernel\Excel::output » PHP Manual Vtiful\Kernel\Excel V ... ls. パラメータ scope cell start and end coordinate strings data string data 戻り値 Vtiful\Kernel\Excel instan ...
https://man.plustar.jp/php/vtiful-kernel-excel.mergeCells.html - [similar]
Vtiful\Kernel\Excel setRow 7014
« Vtiful\Kernel\Excel::setColumn Vtiful\Kernel\Format » PHP Manual Vtiful\Kernel\Excel Vtiful\Ke ... mn. パラメータ range cell start and end coordinate strings height row height format cell format resource 戻り ...
https://man.plustar.jp/php/vtiful-kernel-excel.setRow.html - [similar]
PREV 1 2 3 4 5 NEXT