検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 3871 for FALSE (0.020 sec.)
現在の zip アーカイブ内のすべてのファイルの圧縮を解除する 3071
« PharData::decompress PharData::delMetadata » PHP Manual PharData 現在の zip アーカイブ内のすべ ... せん。 戻り値 成功した場合に true を、失敗した場合に false を返します。 エラー / 例外 zlib 拡張モジュールが有 ... となります。 string(10) "myfile.txt" int(4096) bool(false) bool(true) string(11) "myfile2.txt" int(4096) boo ... l(false) bool(true) string(10) "myfile.txt" bool(false) bo ... ol(false) bool(false) string(11) "myfile2.txt" bool(false) ...
https://man.plustar.jp/php/phardata.decompressfiles.html - [similar]
UConverter クラス 3016
« IntlPartsIterator::getBreakIterator UConverter::__construct » PHP Manual intl UConverter クラス ... l ) public convert ( string $str , bool $reverse = false ): string | false public fromUCallback ( int $reas ... public static getAliases ( string $name ): array | false | null public static getAvailable (): array public ... getDestinationEncoding (): string | false | null public getDestinationType (): int | false | ... (): ? string public getSourceEncoding (): string | false | null public getSourceType (): int | false | null ...
https://man.plustar.jp/php/class.uconverter.html - [similar]
データベースをオープンする 3016
« dba_nextkey dba_optimize » PHP Manual DBA 関数 データベースをオープンする dba_open (PHP 4, PHP ... tring $handler = ? , string ...$args ): resource | false dba_open() は、 handler を用いて mode を指定し、 p ... pen ok ok ok ok ok ok ok ok mode = "rl" ok ok wait false illegal illegal illegal illegal mode = "wl" wait f ... alse wait false illegal illegal illegal illegal mode = "rd" illega ... l illegal illegal illegal ok ok wait false mode = "wd" illegal illegal illegal illegal wait f ...
https://man.plustar.jp/php/function.dba-open.html - [similar]
ディレクトリハンドルからエントリを読み込む 3016
« opendir rewinddir » PHP Manual ディレクトリ 関数 ディレクトリハンドルからエントリを読み込む re ... eaddir ( ? resource $dir_handle = null ): string | false ディレクトリから次のエントリの名前を返します。 エン ... す。 戻り値 成功した場合にエントリ名、失敗した場合に false を返します。 警告 この関数は論理値 false を返す可能 ... 性がありますが、 false として評価される値を返す可能性もあります。 詳細につ ... どのように調べているかに 注目してください。戻り値が false と一致することを、明示的に (値が等しく、かつ型も等 ...
https://man.plustar.jp/php/function.readdir.html - [similar]
現在の Phar アーカイブ内のすべてのファイルの圧縮を解除する 3016
« Phar::decompress Phar::delMetadata » PHP Manual Phar 現在の Phar アーカイブ内のすべてのファイル ... せん。 戻り値 成功した場合に true を、失敗した場合に false を返します。 エラー / 例外 INI 設定 phar.readonly ... となります。 string(10) "myfile.txt" int(4096) bool(false) bool(true) string(11) "myfile2.txt" int(4096) boo ... l(false) bool(true) string(10) "myfile.txt" bool(false) bo ... ol(false) bool(false) string(11) "myfile2.txt" bool(false) ...
https://man.plustar.jp/php/phar.decompressfiles.html - [similar]
SimpleXMLIterator クラス 2991
« SimpleXMLElement::xpath SimpleXMLIterator::current » PHP Manual SimpleXML SimpleXMLIterator ク ... tring $namespaceOrPrefix = null , bool $isPrefix = false ): ? SimpleXMLElement public SimpleXMLElement::chi ... tring $namespaceOrPrefix = null , bool $isPrefix = false ): ? SimpleXMLElement public SimpleXMLElement::cou ... leXMLElement::getDocNamespaces ( bool $recursive = false , bool $fromRoot = true ): array | false public Si ... impleXMLElement::getNamespaces ( bool $recursive = false ): array public SimpleXMLElement::registerXPathNam ...
https://man.plustar.jp/php/class.simplexmliterator.html - [similar]
コマンドライン引数のリストからオプションを取得する 2991
« getmyuid getrusage » PHP Manual PHP オプション/情報 関数 コマンドライン引数のリストからオプショ ... _options = [] , int &$rest_index = null ): array | false スクリプトに渡されたオプションをパースします。 パラ ... ョン/引数のペアを連想配列で返します。 失敗した場合に false を返します。 注意 : オプション以外のものが見つかっ ... array(2) { ["f"]=> string(5) "value" ["h"]=> bool(false) } 例2 getopt() の例:長いオプション <?php // スクリ ... 6) { ["f"]=> string(11) "value for f" ["v"]=> bool(false) ["a"]=> bool(false) ["required"]=> string(5) "val ...
https://man.plustar.jp/php/function.getopt.html - [similar]
ふたつの DateTime オブジェクトの差を返す 2965
« DateTimeInterface DateTime::format » PHP Manual DateTimeInterface ふたつの DateTime オブジェク ... DateTimeInterface $targetObject , bool $absolute = false ): DateInterval public DateTimeImmutable::diff ( D ... ateTimeInterface $targetObject , bool $absolute = false ): DateInterval public DateTimeInterface::diff ( D ... ateTimeInterface $targetObject , bool $absolute = false ): DateInterval 手続き型 date_diff ( DateTimeInter ... DateTimeInterface $targetObject , bool $absolute = false ): DateInterval ふたつの DateTime オブジェクトの差 ...
https://man.plustar.jp/php/datetime.diff.html - [similar]
IntlDateFormatter で使用する寛大さを取得する 2965
« IntlDateFormatter::getTimeZone IntlDateFormatter::localtime » PHP Manual IntlDateFormatter Int ... 値 寛大なパーサの場合は true 、厳格なパーサの場合は false 返します。 デフォルトのパーサは寛大なパーサです。 ... mt -> isLenient ()) { echo 'TRUE' ; } else { echo 'FALSE' ; } datefmt_parse ( $fmt , '35/13/1971' ); echo " ... _get_error_code (); } datefmt_set_lenient ( $fmt , false ); echo 'Now lenient of the formatter is : ' ; if ... mt -> isLenient ()) { echo 'TRUE' ; } else { echo 'FALSE' ; } datefmt_parse ( $fmt , '35/13/1971' ); echo " ...
https://man.plustar.jp/php/intldateformatter.islenient.html - [similar]
Rar アーカイブからエントリオブジェクトを取得する 2965
« RarArchive::getEntries RarArchive::isBroken » PHP Manual RarArchive Rar アーカイブからエントリ ... rchive::getEntry ( string $entryname ): RarEntry | false 手続き型: rar_entry_get ( RarArchive $rarfile , st ... ring $entryname ): RarEntry | false Rar アーカイブから、エントリオブジェクト (ファイル ... した RarEntry オブジェクトを返します。失敗した場合に false を返します。 例 例1 オブジェクト指向型 <?php $rar_ ... rchive :: open ( 'solid.rar' ); if ( $rar_arch === FALSE ) die( "Could not open RAR archive." ); $rar_entry ...
https://man.plustar.jp/php/rararchive.getentry.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT