検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 854 for [SIMILAR] 16 1024 4096 WITH 10437 while WITH 920... (1.091 sec.)
while 10000
« 制御構造に関する別の構文 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]
do-while 9118
« while for » PHP Manual 制御構造 do-while do-while (PHP 4, PHP 5, PHP 7, PHP 8) do-while ループは、論理式のチェックが各反復の 最初ではなく最後に行われること以外は、 while ループと 全く同じです。通常の while ループとの主な差は、 do-while ループは最低1回の実行を保証されていることです。 一 ...
https://man.plustar.jp/php/control-structures.do.while.html - [similar]
for 6035
« do-while foreach » PHP Manual 制御構造 for for (PHP 4, PHP 5, PHP 7, PHP 8) for ループは、PHPで最も複雑なループです。 for は、Cのforループと同様に動作します。 for ループの構文は、次のようになります。 for (式1; 式2; 式3) 文 最初の式( 式1 )は、ループ開始時に無条件に 評価(実行)されます。 ...
https://man.plustar.jp/php/control-structures.for.html - [similar]
Yaf_Router クラス 6035
« Yaf_Route_Rewrite::route Yaf_Router::addConfig » PHP Manual Yaf Yaf_Router クラス Yaf_Router クラス (Yaf >=1.0.0) はじめに Yaf_Router は、フレームワークの標準のルーターです。 ルーティングとは、URI エンドポイント (URI の中で、ベース URL の後に続く部分。 Yaf_Request_Abstract::setBaseUri( ...
https://man.plustar.jp/php/class.yaf-router.html - [similar]
指定した名前のグループに関する情報を返す 6035
« posix_getgrgid posix_getgroups » PHP Manual POSIX 関数 指定した名前のグループに関する情報を返す posix_getgrnam (PHP 4, PHP 5, PHP 7, PHP 8) posix_getgrnam — 指定した名前のグループに関する情報を返す 説明 posix_getgrnam ( string $name ): array | false 指定した名前のグループに関する情報を ...
https://man.plustar.jp/php/function.posix-getgrnam.html - [similar]
循環の収集 6035
« リファレンスカウントの原理 パフォーマンスの考慮点 » PHP Manual ガベージコレクション 循環の収集 循環の収集 伝統的に、PHP で以前使われていたようなリファレンスカウント記憶機構では、 循環参照メモリ・リークに対処できません。 しかしながら、5.3.0 現在、PHP ではその問題に焦点を当てた » Concurr ...
https://man.plustar.jp/php/features.gc.collecting-cycles.html - [similar]
ファイルのグループを変更する 6035
« basename chmod » PHP Manual ファイルシステム 関数 ファイルのグループを変更する chgrp (PHP 4, PHP 5, PHP 7, PHP 8) chgrp — ファイルのグループを変更する 説明 chgrp ( string $filename , string | int $group ): bool (名前または番号で指定した)ファイル filename のグループを group に変更しよう ...
https://man.plustar.jp/php/function.chgrp.html - [similar]
現在のプラットフォーム上でおすすめのバックエンドのビットマスクを返す 6035
« Ev::nowUpdate Ev::resume » PHP Manual Ev 現在のプラットフォーム上でおすすめのバックエンドのビットマスクを返す Ev::recommendedBackends (PECL ev >= 0.2.0) Ev::recommendedBackends — 現在のプラットフォーム上でおすすめのバックエンドのビットマスクを返す 説明 final public static Ev::recommend ...
https://man.plustar.jp/php/ev.recommendedbackends.html - [similar]
イベントのチェックとデフォルトループのコールバックの呼び出しを開始する 6035
« Ev::resume Ev::sleep » PHP Manual Ev イベントのチェックとデフォルトループのコールバックの呼び出しを開始する Ev::run (PECL ev >= 0.2.0) Ev::run — イベントのチェックとデフォルトループのコールバックの呼び出しを開始する 説明 final public static Ev::run ( int $flags = ? ): void イベントのチ ...
https://man.plustar.jp/php/ev.run.html - [similar]
リポジトリのルートの指定したバージョンのハンドルを取得する 6035
« svn_fs_revision_prop svn_fs_txn_root » PHP Manual SVN 関数 リポジトリのルートの指定したバージョンのハンドルを取得する svn_fs_revision_root (PECL svn >= 0.1.0) svn_fs_revision_root — リポジトリのルートの指定したバージョンのハンドルを取得する 説明 svn_fs_revision_root ( resource $fs , in ...
https://man.plustar.jp/php/function.svn-fs-revision-root.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT