検索

phrase: max: clip:
target: order:
Results of 871 - 880 of about 2650 for 上の (0.128 sec.)
配列のサイズを返す 2128
« SplFixedArray::__construct SplFixedArray::current » PHP Manual SplFixedArray 配列のサイズを返す ... ount () . "\n" ; echo count ( $array ) . "\n" ; ?> 上の例の出力は以下となります。 5 5 注意 注意 : このメソッ ...
https://man.plustar.jp/php/splfixedarray.count.html - [similar]
配列のサイズを取得する 2128
« SplFixedArray::fromArray SplFixedArray::key » PHP Manual SplFixedArray 配列のサイズを取得する ... tSize ( 10 ); echo $array -> getSize (). "\n" ; ?> 上の例の出力は以下となります。 5 10 注意 注意 : このメソ ...
https://man.plustar.jp/php/splfixedarray.getsize.html - [similar]
固定長配列から PHP の配列を返す 2128
« SplFixedArray::setSize SplFixedArray::valid » PHP Manual SplFixedArray 固定長配列から PHP の配 ... $fa [ 2 ] = 2 ; var_dump ( $fa -> toArray ()); ?> 上の例の出力は以下となります。 array(3) { [0]=> int(0) [ ...
https://man.plustar.jp/php/splfixedarray.toarray.html - [similar]
ストレージをシリアライズする 2128
« SplObjectStorage::rewind SplObjectStorage::setInfo » PHP Manual SplObjectStorage ストレージをシ ... $o ] = "data" ; echo $s -> serialize (). "\n" ; ?> 上の例の出力は、 たとえば以下のようになります。 x:i:1;O: ...
https://man.plustar.jp/php/splobjectstorage.serialize.html - [similar]
SQLite3 ライブラリのバージョンを、文字列定数と数値で返す 2128
« SQLite3::setAuthorizer SQLite3Stmt » PHP Manual SQLite3 SQLite3 ライブラリのバージョンを、文字 ... () の例 <?php print_r ( SQLite3 :: version ()); ?> 上の例の出力は、 たとえば以下のようになります。 Array ( ...
https://man.plustar.jp/php/sqlite3.version.html - [similar]
Check to see if the object is the first instance system-wide of named shared mem... 2128
« SyncSharedMemory::__construct SyncSharedMemory::read » PHP Manual SyncSharedMemory Check to se ... tName" , 1024 ); var_dump ( $mem2 -> first ()); ?> 上の例の出力は、 たとえば以下のようになります。 bool(tru ...
https://man.plustar.jp/php/syncsharedmemory.first.html - [similar]
状態を検出する 2128
« Thread::getThreadId Thread::isStarted » PHP Manual Thread 状態を検出する Thread::isJoined (PEC ... > done = true ; $thread -> notify (); }, $my ); ?> 上の例の出力は以下となります。 bool(false) 関連キーワード ...
https://man.plustar.jp/php/thread.isjoined.html - [similar]
Synchronization 2128
« Threaded::notify Threaded::pop » PHP Manual Threaded Synchronization Threaded::notifyOne (PECL ... fyOne (); }, $my ); var_dump ( $my -> join ()); ?> 上の例の出力は以下となります。 bool(true) 関連キーワード ...
https://man.plustar.jp/php/threaded.notifyone.html - [similar]
実用的な例 2128
« PHP を使用する初めてのページ フォームの処理 » PHP Manual 簡易チュートリアル 実用的な例 実用的な ... HP で利用可能な変数の 型 には多くの種類があります。上の例では、 配列 の要素を出力しています。配列は、非常に ... タグの中に複数の PHP 命令を置くことができ、echo 文以上のことを行なうコードブロックを作成することができます。 ...
https://man.plustar.jp/php/tutorial.useful.html - [similar]
直近のエラー情報を消す 2128
« Yaf_Application::bootstrap Yaf_Application::__construct » PHP Manual Yaf_Application 直近のエラ ... ndler" , E_RECOVERABLE_ERROR ); $app -> run (); ?> 上の例の出力は、 たとえば以下のようになります。 int(0) 関 ...
https://man.plustar.jp/php/yaf-application.clearlasterror.html - [similar]