PHP Classes

File: examples/evaluateexpression.ini

Recommend this page to a friend!
  Classes of Christian Vigh   PHP Utilities   examples/evaluateexpression.ini   Download  
File: examples/evaluateexpression.ini
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Utilities
Evaluate math expressions, PHP templates, etc..
Author: By
Last change:
Date: 7 years ago
Size: 471 bytes
 

Contents

Class file image Download
; This sample .INI file is used by the evaluateexpression.php script ; to show the results of the EvaluateTags() method [Settings] HOME = <?= getenv ( 'HOME' ) ?> SCRIPT = <?php echo $_SERVER [ 'SCRIPT_NAME' ] ?> ScriptVariable = <?= $script_variable ?> [Extensions] <?php $extensions = get_loaded_extensions ( ) ; for ( $i = 0, $count = count ( $extensions ) ; $i < $count ; $i ++ ) echo "Extension" . ( $i + 1 ) . ' = ' . $extensions [$i] . "\n" ; ?>