fork download
  1. <?php
  2. $PAIS= "PERU";
  3. $N= strlen ($PAIS);
  4. if ($N == 5)
  5. { echo "$PAIS es OK";}
  6. else
  7. {if ($N>5)
  8. { echo "$PAIS es OKOK";}
  9. }
  10. ?>
Success #stdin #stdout 0s 82560KB
stdin
Standard input is empty
stdout
Standard output is empty