検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 127 for w (0.005 sec.)
エントリの属性を取得する 6728
« RarEntry::extract RarEntry::getCrc » PHP Manual RarEntry エントリの属性を取得する RarEntry::ge ... ry -> getHostOs (); $attr = $entry -> getAttr (); switch( $host_os ) { case RAR_HOST_MSDOS : case RAR_H ... OST_OS2 : case RAR_HOST_WIN32 : case RAR_HOST_MACOS : printf ( "%c%c%c%c%c%c ... break; case RAR_HOST_UNIX : case RAR_HOST_BEOS : switch ( $attr & 0xF000 ) { case 0x4000 : printf ( "d ... ttr & 0x0100 ) ? 'r' : '-' , ( $attr & 0x0080 ) ? 'w' : '-' , ( $attr & 0x0040 ) ? (( $attr & 0x0800 ) ...
https://man.plustar.jp/php/rarentry.getattr.html - [similar]
ファイルまたは URL をオープンする 6655
« fnmatch fpassthru » PHP Manual ファイルシステム 関数 ファイルまたは URL をオープンする fopen ( ... ネットワーク URL として登録されていれば、 PHP は allow_url_fopen が有効となっているかどうかチェックします ... 。 もしこれがオフになっていると、PHP は warning を発行し fopen は失敗します。 注意 : サポート ... トコル/ラッパー にあります。 いくつかのプロトコル ( wrappers にも関連する) は context かつ/または php.in ... 上の user_agent の値は http ラッパーが使用します)。 Windows 環境では、ファイルパスで用いる全てのバックス ...
https://man.plustar.jp/php/function.fopen.html - [similar]
Return the WriteConcern for the Manager 6472
« MongoDB\Driver\Manager::getServers MongoDB\Driver\Manager::removeSubscriber » PHP Manual Mongo ... DB\Driver\Manager Return the WriteConcern for the Manager MongoDB\Driver\Manager: ... :getWriteConcern (mongodb >=1.0.0) MongoDB\Driver\Manage ... r::getWriteConcern — Return the WriteConcern for the Manag ... er 説明 final public MongoDB\Driver\Manager::getWriteConcern (): MongoDB\Driver\WriteConcern Returns ...
https://man.plustar.jp/php/mongodb-driver-manager.getwriteconcern.html - [similar]
The MongoDB\Driver\WriteConcern class 6398
« MongoDB\Driver\ServerApi::unserialize MongoDB\Driver\WriteConcern::bsonSerialize » PHP Manual ... MongoDB\Driver The MongoDB\Driver\WriteConcern class The MongoDB\Driver\WriteConcern c ... lass (mongodb >=1.0.0) はじめに MongoDB\Driver\WriteConcern describes the level of acknowledgement ... requested from MongoDB for write operations to a standalone mongod or to replic ... ed clusters. In sharded clusters, mongos instances will pass the write concern on to the shards. クラス ...
https://man.plustar.jp/php/class.mongodb-driver-writeconcern.html - [similar]
ファイルのパーミッションを取得する 6337
« fileowner filesize » PHP Manual ファイルシステム 関数 ファイルのパーミッションを取得する filep ... false を返します。 エラー / 例外 失敗したときは E_WARNING が発生します。 例 例1 八進形式でのパーミッシ ... ho substr ( sprintf ( '%o' , fileperms ( '/etc/passwd' )), - 4 ); ?> 上の例の出力は以下となります。 177 ... ッションの表示 <?php $perms = fileperms ( '/etc/passwd' ); switch ( $perms & 0xF000 ) { case 0xC000 : // ... ) ? 'r' : '-' ); $info .= (( $perms & 0x0080 ) ? 'w' : '-' ); $info .= (( $perms & 0x0040 ) ? (( $perm ...
https://man.plustar.jp/php/function.fileperms.html - [similar]
繰り返し正規表現検索を行う 6337
« preg_last_error preg_match » PHP Manual PCRE 関数 繰り返し正規表現検索を行う preg_match_all (P ... された正規表現のパターンがコンパイルできない場合、 E_WARNING が発生します。 変更履歴 バージョン 説明 7.2. ... 規表現中の括弧の 2 番目の // 組、つまりこの場合は ([\w]+)、にマッチする。文字列が二重引用符で // 括られて ... ュの追加が必要。 $html = "<b>bold text</b><a href=howdy.html>click me</a>" ; preg_match_all ( "/(<([\w]+ ... part 3: bold text part 4: </b> matched: <a href=howdy.html>click me</a> part 1: <a href=howdy.html> pa ...
https://man.plustar.jp/php/function.preg-match-all.html - [similar]
入出力ストリーム 6276
« Usage 対話シェル » PHP Manual コマンドラインの使用法 入出力ストリーム 入出力ストリーム CLI SAP ... なります。 <?php $stdout = fopen ( 'php://stdout' , 'w' ); ?> STDERR stderr へのオープン済みのストリーム。 ... なります。 <?php $stderr = fopen ( 'php://stderr' , 'w' ); ?> 上記のように、 stderr のようなストリームを自 ... 代わりに 定数を使用するだけでかまいません。 php -r 'fwrite(STDERR, "stderr\n");' これらのストリームを明示 ...
https://man.plustar.jp/php/features.commandline.io-streams.html - [similar]
データをあるストリームから別のストリームにコピーする 6276
« stream_context_set_params stream_filter_append » PHP Manual ストリーム 関数 データをあるストリ ... copy_to_stream() の例 <?php $src = fopen ( 'http://www.example.com' , 'r' ); $dest1 = fopen ( 'first1k. ... txt' , 'w' ); $dest2 = fopen ( 'remainder.txt' , 'w' ); echo ...
https://man.plustar.jp/php/function.stream-copy-to-stream.html - [similar]
週の始まりと見なされる曜日を設定する 6276
« IntlCalendar::set IntlCalendar::setLenient » PHP Manual IntlCalendar 週の始まりと見なされる曜日 ... を設定する IntlCalendar::setFirstDayOfWeek (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) ... IntlCalendar::setFirstDayOfWeek — 週の始まりと見なされる曜日を設定する 説明 オブ ... ジェクト指向型 public IntlCalendar::setFirstDayOfWeek ( int $dayOfWeek ): bool 手続き型 intlcal_set_f ... irst_day_of_week ( IntlCalendar $calendar , int $dayOfWeek ): bo ...
https://man.plustar.jp/php/intlcalendar.setfirstdayofweek.html - [similar]
CTRLイベント を別プロセスに送信する 6215
« sapi_windows_cp_set sapi_windows_set_ctrl_handler » PHP Manual その他の関数 CTRLイベント を別プ ... ロセスに送信する sapi_windows_generate_ctrl_event (PHP 7 >= 7.4.0, PHP 8) ... sapi_windows_generate_ctrl_event — CTRLイベント を別プロセ ... スに送信する 説明 sapi_windows_generate_ctrl_event ( int $event , int $pid ... する。 パラメータ event 送信する CTRL イベント: PHP_WINDOWS_EVENT_CTRL_C または PHP_WINDOWS_EVENT_CTRL_B ...
https://man.plustar.jp/php/function.sapi-windows-generate-ctrl-event.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT