Skip to content

Instantly share code, notes, and snippets.

@ahsankhatri
Created June 3, 2015 09:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahsankhatri/2d405f23d8de6c84df4c to your computer and use it in GitHub Desktop.
Save ahsankhatri/2d405f23d8de6c84df4c to your computer and use it in GitHub Desktop.
Robust method of commenting in PHP
<?php
/*/
// To un-comment whole block, just prepend with slash on line above
echo 'code';
//*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment