検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 777 for e (0.089 sec.)
実行可能でない tar あるいは zip アーカイブオブジェクトを作成する 3455
« PharData::compressFiles PharData::convertToData » PHP Manual PharData 実行可能でない tar あるい ... rData::__construct (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0) PharData::__construct — 実行可能で ... する 説明 public PharData::__construct ( string $filename , int $flags = FilesystemIterator::SKIP_DOTS | ... FilesystemIterator::UNIX_PATHS , ? string $alias = null ... , int $format = 0 ) パラメータ filename 既存の tar/zip アーカイブあるいは作成したいアー ...
https://man.plustar.jp/php/phardata.construct.html - [similar]
ファイルを tar/zip アーカイブから削除する 3455
« PharData::offsetSet PharData::setAlias » PHP Manual PharData ファイルを tar/zip アーカイブから ... 削除する PharData::offsetUnset (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= ... 2.0.0) PharData::offsetUnset — ファイルを tar/zip アーカイブから削除する ... 説明 public PharData::offsetUnset ( string $localName ): void これは ArrayAcce ... 形式の角括弧を使用したアクセスが可能となります。 offsetUnset を使用して、既存のファイルを削除します。また ...
https://man.plustar.jp/php/phardata.offsetunset.html - [similar]
CRC32 コードを返すか、CRC がチェックできない場合に例外をスローする 3455
« PharFileInfo::__destruct PharFileInfo::getCompressedSize » PHP Manual PharFileInfo CRC32 コード ... RC がチェックできない場合に例外をスローする PharFileInfo::getCRC32 (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL ... phar >= 1.0.0) PharFileInfo::getCRC32 — CRC32 コードを返すか、CRC がチェッ ... クできない場合に例外をスローする 説明 public PharFileInfo::getCRC32 (): int Phar アーカイブ内のファイルの ... ファイルがまだ CRC32 で検証されていない場合に BadMethodCallException をスローします。 通常、これはあり ...
https://man.plustar.jp/php/pharfileinfo.getcrc32.html - [similar]
エスケープシーケンス 3455
« メタ文字 Unicode 文字プロパティ » PHP Manual PCRE 正規表現構文 エスケープシーケンス エスケープ ... '\\\\' と記述する必要があります。 パターンを、 PCRE_EXTENDED オプションを付けてコンパイルすると、(文字 ... (16進 07) \cx "control-x", ここで x は任意の文字 \e エスケープ文字 (16進 1B) \f 改ページ (formfeed) (1 ... 6進 0C) \n 改行 (newline) (16進 0A) \p{xx} xx プロパティを持つ文字、詳 ... 細は unicode プロパティ を参照 \P{xx} xx プロパティを持たない文 ...
https://man.plustar.jp/php/regexp.reference.escape.html - [similar]
例外のスローを有効にする 3455
« SQLite3::createFunction SQLite3::escapeString » PHP Manual SQLite3 例外のスローを有効にする SQ ... Lite3::enableExceptions (PHP 5 >= 5.3.0, PHP 7, PHP 8) ... SQLite3::enableExceptions — 例外のスローを有効にする 説明 ... public SQLite3::enableExceptions ( bool $enable = false ): bool ... SQLite3 が、エラー時に警告や例外をスローするかどうかを制御 ...
https://man.plustar.jp/php/sqlite3.enableexceptions.html - [similar]
ErrorException 3414
« Exception::__clone ErrorException::__construct » PHP Manual 定義済みの例外 ErrorException Erro ... rException (PHP 5 >= 5.1.0, PHP 7, PHP 8) はじめに エ ... ラー例外です。 クラス概要 class ErrorException extends Exception { /* プロパティ */ ... protected int $ severity = E_ERROR ; /* 継承したプロパテ ... ィ */ protected string $ message = "" ; private string $ strin ...
https://man.plustar.jp/php/class.errorexception.html - [similar]
SeekableIterator インターフェイス 3414
« RecursiveIterator::hasChildren SeekableIterator::seek » PHP Manual インターフェイス SeekableIt ... erator インターフェイス SeekableIterator インターフェイス (PHP 5 >= 5.1.0, PH ... P 7, PHP 8) はじめに Seekable イテレータです。 インターフェイス概要 interf ... ace SeekableIterator extends Iterator { /* メソッド */ ... public seek ( int $offset ): void /* 継承したメソッド */ pub ...
https://man.plustar.jp/php/class.seekableiterator.html - [similar]
文字列から XML を読み込む 3414
« DOMDocument::loadHTMLFile DOMDocument::normalizeDocument » PHP Manual DOMDocument 文字列から X ... ML を読み込む DOMDocument::loadXML (PHP 5, PHP 7, PHP 8) DOMDocument::load ... ML — 文字列から XML を読み込む 説明 public DOMDocument::loadXML ( string $source , int $options = 0 ): ... DOMDocument | bool XML ドキュメントを文字列から読み込みます。 ... パラメータ source XML を含む文字列。 options libxml オプション定数 を ...
https://man.plustar.jp/php/domdocument.loadxml.html - [similar]
Creates a new map using a callable to determine which pairs to include 3414
« Ds\Map::diff Ds\Map::first » PHP Manual Map Creates a new map using a callable to determine wh ... ich pairs to include Ds\Map::filter (PECL ds >= 1.0.0) Ds\Map::filter — ... Creates a new map using a callable to determine which ... pairs to include 説明 public Ds\Map::filter ( callable $callback = ... ? ): Ds\Map Creates a new map using a callable to determine which ...
https://man.plustar.jp/php/ds-map.filter.html - [similar]
定数の値を返す 3414
« connection_status define » PHP Manual その他の関数 定数の値を返す constant (PHP 4 >= 4.0.4, PH ... nstant — 定数の値を返す 説明 constant ( string $name ): mixed name で指定した定数の値を返します。 const ... 数は クラス定数 に対しても動作します。 パラメータ name 定数名。 戻り値 定数の値を返します。 エラー / 例外 ... 定数が定義されていない場合は Error がスローされます。 PHP 8.0.0 より前のバージョン ... では、 E_WARNING レベルの警告が発生していました。 変更履歴 ...
https://man.plustar.jp/php/function.constant.html - [similar]