Rabu, 12 Desember 2012

Komentar dalam php

PHP mendukung C ',' C + + 'dan Unix shell-style (Perl style) komentar'. Sebagai contoh:

<?php
    
echo 'This is a test'// This is a one-line c++ style comment
    /* This is a multi line comment
       yet another line of comment */
    
echo 'This is yet another test';
    echo 
'One Final Test'# This is a one-line shell-style comment?>

Tidak ada komentar:

Posting Komentar