You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

228 B

Basics

  • There's a lot of syntax
  • Much of it recognizable from elsewhere:
    • PHP syntax is basically Perl-lite
    • Perl regexps: grep, sed, vi, PCRE, etc.
    • Idioms from the shell, C, and even BASIC