Use the backtick operator in PHP

Description

The following code shows how to use the backtick operator.

Example


<?
  //print directory contents
  print(nl2br(`ls -la`));
?>




















Home »
  PHP Tutorial »
    Language Basic »




PHP Introduction
PHP Operators
PHP Statements
Variable
PHP Function Create
Exception
PHP Class Definition