検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 83 for SPACE (0.005 sec.)
ファイルシステムあるいはディスクパーティションの全体サイズを返す 11751
« disk_free_space diskfreespace » PHP Manual ファイルシステム 関数 ファイルシステムあるいはディス ... クパーティションの全体サイズを返す disk_total_space (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) disk_total_s ... スクパーティションの全体サイズを返す 説明 disk_total_space ( string $directory ): float | false ディレクトリを ... 失敗した場合に false を返します。 例 例1 disk_total_space() の例 <?php // $ds は、「/」で利用可能な全体バイト ... 数 $ds = disk_total_space ( "/" ); // Windows の場合: $ds = disk_total_space ...
https://man.plustar.jp/php/function.disk-total-space.html - [similar]
disk_free_space のエイリアス 11629
« disk_total_space fclose » PHP Manual ファイルシステム 関数 disk_free_space のエイリアス diskfr ... eespace (PHP 4, PHP 5, PHP 7, PHP 8) diskfreespace — disk_ ... free_space() のエイリアス 説明 この関数は次の関数のエイリアス ... です。 disk_free_space() . 関連キーワード: disk , space , free , 関数 , d ... iskfreespace , total , fclose , ...
https://man.plustar.jp/php/function.diskfreespace.html - [similar]
ファイルシステムあるいはディスクパーティション上で利用可能な領域を返す 11438
« dirname disk_total_space » PHP Manual ファイルシステム 関数 ファイルシステムあるいはディスクパ ... ーティション上で利用可能な領域を返す disk_free_space (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) disk_free_sp ... ーティション上で利用可能な領域を返す 説明 disk_free_space ( string $directory ): float | false ディレクトリを ... 失敗した場合に false を返します。 例 例1 disk_free_space() の例 <?php // $df は「/」で利用可能なバイト数とな ... ります。 $df = disk_free_space ( "/" ); // Windows の場合: $df_c = disk_free_spac ...
https://man.plustar.jp/php/function.disk-free-space.html - [similar]
コードポイントが、White_Space プロパティを持つかを調べる 10256
« IntlChar::isUUppercase IntlChar::isWhitespace » PHP Manual IntlChar コードポイントが、White_Space ... ace プロパティを持つかを調べる IntlChar::isUWhiteSpace (PHP 7, PHP 8) IntlChar::isUWhiteSpace — コードポイ ... ントが、White_Space プロパティを持つかを調べる 説明 public static Intl ... Char::isUWhiteSpace ( int | string $codepoint ): ? bool コードポイント ... が、White_Space プロパティを持つかを調べます。 これは、 IntlChar:: ...
https://man.plustar.jp/php/intlchar.isuwhitespace.html - [similar]
相対的な書式 9564
« 複合的な書式 サポートされるタイムゾーンのリスト » PHP Manual サポートする日付と時刻の書式 相対 ... his' reltext 'next' | 'last' | 'previous' | 'this' space [ \t]+ unit (('sec' | 'second' | 'min' | 'minute' ... いかたが最適です。 "last day of next month" ordinal space dayname space 'of' 現在月の x 番目の曜日を計算しま ... す。 "first sat of July 2008" 'last' space dayname space 'of' 現在月の 最後の 曜日を計算します ... 。 "last sat of July 2008" number space ? ( unit | 'week') 値を数値で指定するような、相対的 ...
https://man.plustar.jp/php/datetime.formats.relative.html - [similar]
Reserves space in buffer 9319
« EventBuffer::enableLocking EventBuffer::freeze » PHP Manual EventBuffer Reserves space in buff ... vent >= 1.2.6-beta) EventBuffer::expand — Reserves space in buffer 説明 public EventBuffer::expand ( int $l ... e を返します。 関連キーワード: buffer , Reserves , space , EventBuffer , in , expand , chunk , bytes , larg ...
https://man.plustar.jp/php/eventbuffer.expand.html - [similar]
コードポイントが "空白" または "水平方向の空白" 文字であるかを調べる 9319
« IntlChar::isbase IntlChar::iscntrl » PHP Manual IntlChar コードポイントが "空白" または "水平方 ... す。 定義は、以下のようになります: Unicode の White_Space 文字の場合に、 true を返します。 但し、"vertical s ... pace controls" は除きます。 "vertical space controls" に該当するのは以下の文字です: U+000A (LF ... S) U+2029 (PS) U+0009 (TAB) と、一般カテゴリ "Zs" (space separators) を持つ場合に、 true を返します。 但し、 ... Zero Width Space (ZWSP, U+200B) は除きます。 パラメータ codepoint コ ...
https://man.plustar.jp/php/intlchar.isblank.html - [similar]
Reads a file that stores training data 9251
« fann_randomize_weights fann_reset_errno » PHP Manual Fann 関数 Reads a file that stores traini ... n_data num_input num_output inputdata separated by space outputdata separated by space . . . inputdata sepa ... rated by space outputdata separated by space 戻り値 成功した場合に ... file , fann , Reads , stores , that , in , data , space , separated , read ...
https://man.plustar.jp/php/function.fann-read-train-from-file.html - [similar]
時刻の書式 8884
« サポートする日付と時刻の書式 日付の書式 » PHP Manual サポートする日付と時刻の書式 時刻の書式 時 ... 9] "00", "12", "59" II [0-5][0-9] "00", "12", "59" space [ \t] tz "("? [A-Za-z]{1,6} ")"? | [A-Z][a-z]+([_/ ... 7:00" 12時間制の表記 説明 書式 例 時、午前/午後 hh space ? meridian "4 am", "5PM" 時、分、午前/午後 hh [.:] ... MM space ? meridian "4:08 am", "7:19P.M." 時、分、秒、午前/ ... 午後 hh [.:] MM [.:] II space ? meridian "4:08:37 am", "7:19:19P.M." MS SQL (時、 ...
https://man.plustar.jp/php/datetime.formats.time.html - [similar]
空白文字かどうか調べる 8762
« ctype_punct ctype_upper » PHP Manual Ctype 関数 空白文字かどうか調べる ctype_space (PHP 4 >= 4 ... .0.4, PHP 5, PHP 7, PHP 8) ctype_space — 空白文字かどうか調べる 説明 ctype_space ( mixed ... した場合、結果は常に false になります。 例 例1 ctype_space() の例 <?php $strings = array( 'string1' => "\n\r\ ... ch ( $strings as $name => $testcase ) { if ( ctype_space ( $testcase )) { echo "The string ' $name ' consis ... ts of whitespace characters only.\n" ; } else { echo "The string ' ...
https://man.plustar.jp/php/function.ctype-space.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 NEXT