mirror of
https://github.com/php/web-php.git
synced 2026-03-29 18:52:08 +02:00
12 lines
199 B
PHP
Executable File
12 lines
199 B
PHP
Executable File
<?php require "header.inc"?>
|
|
<H1>Advanced Language Features</H1>
|
|
|
|
<UL>
|
|
<LI>User-defined Functions
|
|
<LI>Variable Scope
|
|
<LI>Variable Variables
|
|
<LI>Object Inheritance
|
|
</UL>
|
|
|
|
<?php require "footer.inc"?>
|