検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 859 for not (0.010 sec.)
文字列が、指定された文字列で終わるかを調べる。 3811
« str_contains str_getcsv » PHP Manual String 関数 文字列が、指定された文字列で終わるかを調べる。 ... ng ends with "fence"' ; } else { echo '"fence" was not found because the case does not match' ; } ?> 上の ... なります。 The string ends with 'fence' "fence" was not found because the case does not match 注意 注意 : ...
https://man.plustar.jp/php/function.str-ends-with.html - [similar]
文字列が指定された部分文字列で始まるかを調べる 3811
« str_split str_word_count » PHP Manual String 関数 文字列が指定された部分文字列で始まるかを調べ ... ring starts with "the"' ; } else { echo '"the" was not found because the case does not match' ; } ?> 上の ... となります。 The string starts with 'The' "the" was not found because the case does not match 注意 注意 : ...
https://man.plustar.jp/php/function.str-starts-with.html - [similar]
クラスの基礎 3811
« はじめに プロパティ » PHP Manual クラスとオブジェクト クラスの基礎 クラスの基礎 class 各クラス ... s ( $this ); echo ")\n" ; } else { echo "\$this is not defined.\n" ; } } } class B { function bar () { A ... (A) Deprecated: Non-static method A::foo() should not be called statically in %s on line 27 $this is not ... ned. Deprecated: Non-static method A::foo() should not be called statically in %s on line 20 $this is not ... ned. Deprecated: Non-static method B::bar() should not be called statically in %s on line 32 Deprecated: ...
https://man.plustar.jp/php/language.oop5.basic.html - [similar]
Delete a node in zookeeper synchronously 3811
« Zookeeper::create Zookeeper::exists » PHP Manual Zookeeper Delete a node in zookeeper synchron ... n will fail if the actual version of the node does not match the expected version. If -1 is used the vers ... ion check will not take place. 戻り値 成功した場合に true を、失敗した ... , Zookeeper , Delete , zookeeper , version , in , not , emits , ZookeeperException ...
https://man.plustar.jp/php/zookeeper.delete.html - [similar]
The EvLoop class 3778
« EvIo::set EvLoop::backend » PHP Manual Ev The EvLoop class The EvLoop class (PECL ev >= 0.2.0) ... the default loop . Unlike the default loop , it cannot handle EvChild watchers. Having threads we have to ... ency. Timeouts (both EvPeriodic and EvTimer ) will not be affected. Setting this to a non-zero value will ... iterations. The sleep time ensures that libev will not poll for EvIo events more often than once per this ... .1 , which is often enough for interactive servers(not for games). It usually doesn't make much sense to ...
https://man.plustar.jp/php/class.evloop.html - [similar]
The parallel\Runtime class 3778
« parallel\run parallel\Runtime::__construct » PHP Manual parallel The parallel\Runtime class Th ... otstrapping When a new runtime is created, it does not share code with the thread (or process) that creat ... irable because the tasks that will be scheduled do not need access to the code in the parent thread. In t ... , scheduled , construct , run , runtime , cases , not ...
https://man.plustar.jp/php/class.parallel-runtime.html - [similar]
Determines if the set contains all values 3778
« Ds\Set::__construct Ds\Set::copy » PHP Manual Set Determines if the set contains all values Ds ... by the object's equals function. If an object does not implement Ds\Hashable , objects must be references ... ck. 戻り値 false if any of the provided values are not in the set, true otherwise. 例 例1 Ds\Set::contain ... alues , Determines , all , Ds , Set , the , type , not , Hashable ...
https://man.plustar.jp/php/ds-set.contains.html - [similar]
Set the CPU time limit for the Lua environment 3778
« LuaSandbox::registerLibrary LuaSandbox::setMemoryLimit » PHP Manual LuaSandbox Set the CPU tim ... causes the timer to be reset, or started if it was not already running. 注意 : On Windows, the CPU limit ... will be ignored. On operating systems that do not support CLOCK_THREAD_CPUTIME_ID , such as FreeBSD ... the , setCPULimit , LuaSandboxTimeoutError , On , not ...
https://man.plustar.jp/php/luasandbox.setcpulimit.html - [similar]
Execute one or more write operations 3778
« MongoDB\Driver\Manager::createClientEncryption MongoDB\Driver\Manager::executeCommand » PHP Ma ... er\Exception\InvalidArgumentException if bulk does not contain any write operations. Throws MongoDB\Drive ... een executed. MongoDB\Driver\BulkWrite objects may not be executed multiple times. Throws MongoDB\Driver\ ... Throws MongoDB\Driver\Exception\RuntimeException on other errors. 変更履歴 バージョン 説明 PECL mongodb ... nvalidArgumentException is now thrown if bulk does not contain any write operations. Previously, a MongoD ...
https://man.plustar.jp/php/mongodb-driver-manager.executebulkwrite.html - [similar]
Rar アーカイブからエントリオブジェクトを取得する 3778
« RarArchive::getEntries RarArchive::isBroken » PHP Manual RarArchive Rar アーカイブからエントリ ... lid.rar' ); if ( $rar_arch === FALSE ) die( "Could not open RAR archive." ); $rar_entry = $rar_arch -> ge ... se.txt' ); if ( $rar_entry === FALSE ) die( "Could not get such entry" ); echo get_class ( $rar_entry ). ... lid.rar' ); if ( $rar_arch === FALSE ) die( "Could not open RAR archive." ); $rar_entry = rar_entry_get ( ... se.txt' ); if ( $rar_entry === FALSE ) die( "Could not get such entry" ); echo get_class ( $rar_entry ). ...
https://man.plustar.jp/php/rararchive.getentry.html - [similar]