検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 176 for o (0.023 sec.)
ファイルのパーミッションを取得する 5192
« fileowner filesize » PHP Manual ファイルシステム 関数 ファイルのパーミッションを取得する filep ... を数値モードで返します。このモードの下位ビットは chmod() に渡すのと同じ形式です。 しかし、大半のプラット ... 示すのは、ファイルのパーミッションやファイル形式を POSIX システム (Linux や macOS など) で調べる方法です ... 戻り値は C ライブラリ関数 stat() が返す構造体の st_mode メンバーの値となります。 どのビットがセットされる ... 。 例 例1 八進形式でのパーミッションの表示 <?php echo substr ( sprintf ( '%o' , fileperms ( '/tmp' )), - ...
https://man.plustar.jp/php/function.fileperms.html - [similar]
ロケールの設定に基づいてローカルな日付・時間をフォーマットする 5192
« mktime strptime » PHP Manual 日付・時刻 関数 ロケールの設定に基づいてローカルな日付・時間をフォ ... 関数の代替として、これらが使えます: date() IntlDateFormatter::format() 説明 strftime ( string $format , ... び曜日の名前、およびその他の言語依存の文字列は、 setlocale() で設定された現在のロケールを尊重して表示され ... スタンプをサポートしているわけではないため、 Unix Epoch (1970 年 1 月 1 日)以前の日付を扱えないかもしれ ... ません。 つまり、Windows や一部の Linux ディストリビューション、そしてその ...
https://man.plustar.jp/php/function.strftime.html - [similar]
Add a job server 5192
« GearmanWorker::addOptions GearmanWorker::addServers » PHP Manual GearmanWorker Add a job serve ... r GearmanWorker::addServer (PECL gearman >= 0.5.0) GearmanWork ... er::addServer — Add a job server 説明 public GearmanWorker::addServer ( str ... ing $host = 127.0.0.1 , int $port = 4730 ): bool Adds a jo ... b server to this worker. This goes into a list of servers than ...
https://man.plustar.jp/php/gearmanworker.addserver.html - [similar]
Add job servers 5192
« GearmanWorker::addServer GearmanWorker::clone » PHP Manual GearmanWorker Add job servers Gearm ... anWorker::addServers (PECL gearman >= 0.5.0) GearmanWor ... ker::addServers — Add job servers 説明 public GearmanWorker::addServers ( s ... tring $servers = 127.0.0.1:4730 ): bool Adds one or more job servers to this worker. The ... se go into a list of servers that can be used to run job ...
https://man.plustar.jp/php/gearmanworker.addservers.html - [similar]
The Swoole\Async class 5136
« swoole_version Swoole\Async::dnsLookup » PHP Manual Swoole The Swoole\Async class The Swoole\A ... sync class (PECL swoole >= 1.9.0) はじめに クラス概要 class Swoole\Asyn ... c { /* メソッド */ public static dnsLookup ( string $hostname , callable $callback ): voi ... , callable $callback , int $chunk_size = ? , int $offset = ? ): bool public static readFile ( string $ ... filename , callable $callback ): void public static set ( array $settings ): void publ ...
https://man.plustar.jp/php/class.swoole-async.html - [similar]
Returns bitmask of features supported 5136
« EventBase::free EventBase::getMethod » PHP Manual EventBase Returns bitmask of features suppor ... 2.6-beta) EventBase::getFeatures — Returns bitmask of features supported 説明 public EventBase::getFeat ... ures (): int Returns bitmask of features supported. パラメータ この関数にはパラメ ... せん。 戻り値 Returns integer representing a bitmask of supported features. See EventConfig::FEATURE_* co ... 例 例1 EventBase::getFeatures() example <?php // Avoiding "select" method $cfg = new EventConfig (); if ...
https://man.plustar.jp/php/eventbase.getfeatures.html - [similar]
Configures whether to keep the loop from returning 5136
« EvWatcher::invoke EvWatcher::setCallback » PHP Manual EvWatcher Configures whether to keep the ... loop from returning EvWatcher::keepalive (PECL ev >= ... 0.2.0) EvWatcher::keepalive — Configures whether to keep the loop from returning 説 ... 明 public EvWatcher::keepalive ( bool $value = ? ): bool Configures whether to keep th ... e loop from returning. With keepalive value set to fals ...
https://man.plustar.jp/php/evwatcher.keepalive.html - [similar]
fd で指定したファイル記述子を閉じる 5136
« ダイレクト IO 関数 dio_fcntl » PHP Manual ダイレクト IO 関数 fd で指定したファイル記述子を閉じ ... る dio_close (PHP 4 >= 4.2.0, PHP 5 < 5.1.0) dio_close — ... fd で指定したファイル記述子を閉じる 説明 dio_close ( resource $fd ): void 関数 dio_close() は、 ... ファイル記述子 fd を閉じます。 パラメータ fd dio_open() が返すファイル記述子。 戻り値 値を返しません ... 例1 開いているファイル記述子を閉じる <?php $fd = dio_open ( '/dev/ttyS0' , O_RDWR ); dio_close ( $fd ); ...
https://man.plustar.jp/php/function.dio-close.html - [similar]
検索文字列に一致したすべての文字列を置換する 5136
« str_repeat str_rot13 » PHP Manual String 関数 検索文字列に一致したすべての文字列を置換する str ... string $replace , string | array $subject , int &$count = null ): string | array この関数は、 subject の ... 検索と置換が行われ、 戻り値は同様に配列となります。 count 指定した場合は、マッチして置換が行われた箇所の個 ... ます。 例 例1 基本的な str_replace() の例 <?php // <body text='black'> となります $bodytag = str_replace ... ( "%body%" , "black" , "<body text='%body%'>" ); // Hll W ...
https://man.plustar.jp/php/function.str-replace.html - [similar]
Add a job server to the client 5136
« GearmanClient::addOptions GearmanClient::addServers » PHP Manual GearmanClient Add a job serve ... r to the client GearmanClient::addServer (PECL gearman ... >= 0.5.0) GearmanClient::addServer — Add a job server to the client 説明 public GearmanClient::a ... ddServer ( string $host = 127.0.0.1 , int $port = 4730 ): bool Adds a jo ... b server to a list of servers that can be used to run a task. ...
https://man.plustar.jp/php/gearmanclient.addserver.html - [similar]