Help for this page

Select Code to Download


  1. or download this
    codehere(); #void context
    $c=codehere();  #scalar context
    ...
    print codehere(); #list context
    foreach (codehere()) { #list context
    if ( 1 <= codehere() ) { #scalar context