ブログスレッド
- PHP DAY 8 Condition ... Simple Condition
Source
Output
PHP uses
( condition )? true : fault;
as a grammar for simple condition testing.
It is same as
If condition then true else fault
in BASIC.
- ブログルメンバーの方は下記のページからログインをお願いいたします。
ログイン
- まだブログルのメンバーでない方は下記のページから登録をお願いいたします。
新規ユーザー登録へ