لديك حساب بالفعل؟ دخول
دخول  سجل الأن 
Quick Table of Contents
[تحسين] Shell Syntax
PHP also supports an alternative to the C++-style single-line syntax, known as shell syntax, which is prefaced with a hash mark #. Revisiting the previous example, I’ll use hash marks to add some information about the script:
<?php
# Title: My first PHP script
echo "This is a PHP program.";
?>
14 / أكتوبر / 2011 الساعة 12:48