User Tools

  • Logged in as: anonymous (anonymous)
  • Log Out

Site Tools


start

This is an old revision of the document!


<?php

include('code.php'); include 'code.php'; require('code.php'); require_once('code.php');

echo 'abc'; print 'abc'; $res = print 'abc';

$x = 2; # Variáveis if ($x >= 1 && $x < 3) {

  echo 'Olá mundo!';     

} else {

  print('Adeus mundo!'); 

}

?>

start.1459639731.txt.gz · Last modified: 2016/04/02 19:28 by jnsoficial

CC Attribution-Noncommercial-Share Alike 4.0 International Driven by DokuWiki