検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 127 for w (0.021 sec.)
ローカルな時刻/日付を整数として整形する 5958
« gmstrftime localtime » PHP Manual 日付・時刻 関数 ローカルな時刻/日付を整数として整形する idat ... ラメータ文字列として認識されます format 文字 説明 B Swatch ビート/インターネット時間 d 月の日 h 時 (12 時 ... 0:00:00 UTC) からの秒数。 これは time() と同じです w 曜日 (日曜日は 0 ) W ISO-8601 形式。月曜日から始ま ... 数は、 有効なタイムゾーンが設定されていない場合に E_WARNING を発生させます。 date_default_timezone_set() ...
https://man.plustar.jp/php/function.idate.html - [similar]
コマンドを実行し、入出力用にファイルポインタを開く 5958
« proc_nice proc_terminate » PHP Manual プログラム実行関数 コマンドを実行し、入出力用にファイルポ ... rray $descriptor_spec , array &$pipes , ? string $cwd = null , ? array $env_vars = null , ? array $opti ... 切にエスケープされ、適切にクォートされます。 注意 : Windows では、 options の bypass_shell を true に設定 ... HP が必要な引数のエスケープを全て行います。 注意 : Windows では、 array で渡されるコマンドライン引数のエ ... の読み込み側を渡すのなら r 、 書き込み側を渡すのなら w ) および file (2 番目の要素はファイル名) です。 w ...
https://man.plustar.jp/php/function.proc-open.html - [similar]
新しい DateInterval オブジェクトを作成する 5897
« DateInterval DateInterval::createFromDateString » PHP Manual DateInterval 新しい DateInterval ... ration の間隔指示子 間隔指示子 説明 Y 年 M 月 D 日 W 週。日付に変換されます。 PHP 8.0.0 より前のバージョ ... プロパティ from_string もアクセス可能です。 8.0.0 W が、 D と組み合わせて使えるようになりました。 例 例 ... 1 DateInterval の例 <?php $interval = new DateInterval ( 'P1W2D' ); var_dump ( $interval ); ... ) ["i"]=> int(0) ["s"]=> int(0) ["f"]=> float(0) ["weekday"]=> int(0) ["weekday_behavior"]=> int(0) ["f ...
https://man.plustar.jp/php/dateinterval.construct.html - [similar]
Constructs EvSignal watcher object 5897
« EvSignal EvSignal::createStopped » PHP Manual EvSignal Constructs EvSignal watcher object EvSi ... 0.2.0) EvSignal::__construct — Constructs EvSignal watcher object 説明 public EvSignal::__construct ( i ... a = null , int $priority = 0 ) Constructs EvSignal watcher object and starts it automatically. For a st ... opped periodic watcher consider using EvSignal::createStopped() met ... tension. See also signal(7) man page. callback See Watcher callbacks . data Custom data associated with ...
https://man.plustar.jp/php/evsignal.construct.html - [similar]
定義済み定数 5897
« リソース型 例 » PHP Manual FANN 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... MENTAL ( int ) Standard backpropagation algorithm, where the weights are updated after each training pa ... ttern. This means that the weights are updated many times during a single epoch ... . For this reason some problems, will train very fast with this algorithm, while othe ... r more advanced problems will not train very well. FANN_TRAIN_BATCH ( int ) S ...
https://man.plustar.jp/php/fann.constants.html - [similar]
ストリームにフィルタを付加する 5897
« stream_copy_to_stream stream_filter_prepend » PHP Manual ストリーム 関数 ストリームにフィルタを ... resource $stream , string $filtername , int $read_write = ? , mixed $params = ? ): resource filtername ... 対象となるストリーム。 filtername フィルタ名。 read_write デフォルトでは、 stream_filter_append() は スト ... 出し用に開かれている場合は(つまり、オープンモードが w か a か、あるいは + を伴う場合は)、 ライトフィルタ ... にも追加します。 STREAM_FILTER_READ ・ STREAM_FILTER_WRITE ・ STREAM_FILTER_ALL を read_write パラメータに ...
https://man.plustar.jp/php/function.stream-filter-append.html - [similar]
5823
« 定義済み定数 Bzip2 関数 » PHP Manual Bzip2 例 例 この例は、テンポラリファイルをオープンし、テス ... / 書き込み用にオープン $bz = bzopen ( $filename , "w" ); // ファイルに文字列を書き込む bzwrite ( $bz , ...
https://man.plustar.jp/php/bzip2.examples.html - [similar]
汎用のファイルロックを行う 5823
« filetype fnmatch » PHP Manual ファイルシステム 関数 汎用のファイルロックを行う flock (PHP 4, P ... flock ( resource $stream , int $operation , int &$would_block = null ): bool flock() を使うと、(ほとん ... どの Unix、そして Windows さえ含む) 事実上すべてのプラットフォームで使 ... ずれかに LOCK_NB をビットマスクとして追加できます。 would_block ロックがブロックされた (errno が EWOULDB ... ftruncate ( $fp , 0 ); // ファイルを切り詰めます fwrite ( $fp , "ここで何かを書きます\n" ); fflush ( $ ...
https://man.plustar.jp/php/function.flock.html - [similar]
ユーザー定義のストリームフィルタを登録する 5823
« stream_filter_prepend stream_filter_remove » PHP Manual ストリーム 関数 ユーザー定義のストリー ... n filter ( $in , $out , & $consumed , $closing ) { while ( $bucket = stream_bucket_make_writeable ( $in ... register filter" ); $fp = fopen ( "foo-bar.txt" , "w" ); /* フィルタを開いたストリームに付加する */ str ... eam_filter_append ( $fp , "strtoupper" ); fwrite ( $fp , "Line1\n" ); fwrite ( $fp , "Word - 2\ ... n" ); fwrite ( $fp , "Easy As 123\n" ); fclose ( $fp ); /* ...
https://man.plustar.jp/php/function.stream-filter-register.html - [similar]
posix_access 定数 5823
« 定義済み定数 posix_mknod 定数 » PHP Manual 定義済み定数 posix_access 定数 posix_access() 定数 ... 、読み込みが許可されているかどうかを調べます。 POSIX_W_OK ( int ) ファイルが存在し、書き込みが許可されてい ...
https://man.plustar.jp/php/posix.constants.access.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT