検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 373 for [SIMILAR] 16 1024 4096 WITH 22938 括弧 WITH 1839... (3.235 sec.)
assertion が false であるかどうかを調べる 0
« assert_options cli_get_process_title » PHP Manual PHP オプション/情報 関数 assertion が false であるかどうかを調べる assert (PHP 4, PHP 5, PHP 7, PHP 8) assert — assertion が false であるかどうかを調べる 説明 PHP 5 および PHP 7 assert ( mixed $assertion , string $description = ? ): boo ...
https://man.plustar.jp/php/function.assert.html - [similar]
変数の文字列表現を出力または返す 0
« var_dump ウェブサービス » PHP Manual 変数操作 関数 変数の文字列表現を出力または返す var_export (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) var_export — 変数の文字列表現を出力または返す 説明 var_export ( mixed $value , bool $return = false ): ? string var_export() は、 渡された変数に関する構造 ...
https://man.plustar.jp/php/function.var-export.html - [similar]
現在位置が有効かどうかを調べる 0
« Iterator::rewind IteratorAggregate » PHP Manual Iterator 現在位置が有効かどうかを調べる Iterator::valid (PHP 5, PHP 7, PHP 8) Iterator::valid — 現在位置が有効かどうかを調べる 説明 public Iterator::valid (): bool このメソッドは Iterator::rewind() および Iterator::next() の後にコールされ ...
https://man.plustar.jp/php/iterator.valid.html - [similar]
Load Lua code into the Lua environment 0
« LuaSandbox::loadBinary LuaSandbox::pauseUsageTimer » PHP Manual LuaSandbox Load Lua code into the Lua environment LuaSandbox::loadString (PECL luasandbox >= 1.0.0) LuaSandbox::loadString — Load Lua code into the Lua environment 説明 public LuaSandbox::loadString ( string $code , string ...
https://man.plustar.jp/php/luasandbox.loadstring.html - [similar]
while 0
« 制御構造に関する別の構文 do-while » PHP Manual 制御構造 while while (PHP 4, PHP 5, PHP 7, PHP 8) while ループは、PHPで最も簡単なタイプのループです。 このループは、CのWHILEループと同様の動作をします。 while ループの基本形は次のようになります。 while (式) 文 while 文の意味は簡単です。 wh ...
https://man.plustar.jp/php/control-structures.while.html - [similar]
ファイルが phar 内に存在するかどうかを調べる 0
« Phar::mungServer Phar::offsetGet » PHP Manual Phar ファイルが phar 内に存在するかどうかを調べる Phar::offsetExists (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.0.0) Phar::offsetExists — ファイルが phar 内に存在するかどうかを調べる 説明 public Phar::offsetExists ( string $localName ): ...
https://man.plustar.jp/php/phar.offsetexists.html - [similar]
ファイルを tar/zip アーカイブから削除する 0
« 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 $ ...
https://man.plustar.jp/php/phardata.offsetunset.html - [similar]
Lua クラス 0
« リソース型 Lua::assign » PHP Manual Lua Lua クラス Lua クラス (PECL lua >=0.9.0) はじめに クラス概要 class Lua { /* 定数 */ const string LUA_VERSION = Lua 5.1.4 ; /* メソッド */ public assign ( string $name , string $value ): mixed public call ( callable $lua_func , array $args = ? , i ...
https://man.plustar.jp/php/class.lua.html - [similar]
文字列内の部分文字列が最初に現れる場所を見つける 0
« strpbrk strrchr » PHP Manual String 関数 文字列内の部分文字列が最初に現れる場所を見つける strpos (PHP 4, PHP 5, PHP 7, PHP 8) strpos — 文字列内の部分文字列が最初に現れる場所を見つける 説明 strpos ( string $haystack , string $needle , int $offset = 0 ): int | false 文字列 haystack の中で ...
https://man.plustar.jp/php/function.strpos.html - [similar]
コードの事前ロード 0
« リソース型 OPcache 関数 » PHP Manual OPcache コードの事前ロード コードの事前ロード PHP 7.4.0 以降では、エンジンの起動時に opcache に事前ロードするスクリプトを指定できるようになりました。 指定されたファイルに存在するあらゆる 関数、クラス、 インターフェイス や トレイト (定数は除く) は、 ...
https://man.plustar.jp/php/opcache.preloading.html - [similar]