Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

comment in php


Be careful when commenting out regular expressions.

E.g. the following causes a parser error.

I do prefer using # as regexp delimiter anyway so it won't hurt me ;-)

<?php 

/*

 $f->setPattern('/^d.*/');

*/

?>

Source by www.php.net #
 
PREVIOUS NEXT
Tagged: #comment #php
ADD COMMENT
Topic
Name
3+4 =