メシのタネ

メシのタネになる、Laravelや設計思想の技術配信サイト


メモ PHP or not || && っていう罠

,

  1. Webプログラム
  2. PHP
  3. メモ PHP or not || && っていう罠

orする時は囲む!!

if((($keys === 2) || ($keys === 3)) && !(empty($flg)))
{

}

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

This site uses Akismet to reduce spam. Learn how your comment data is processed.