mirror of
https://github.com/php/web-php.git
synced 2026-03-29 18:52:08 +02:00
16 lines
241 B
PHP
Executable File
16 lines
241 B
PHP
Executable File
<?php require "header.inc"?>
|
|
<H1>Built-in Functions</H1>
|
|
|
|
<UL>
|
|
<LI>Date and Time Handling
|
|
<LI>String Handling
|
|
<LI>Regular Expressions
|
|
<LI>URL Parsing
|
|
<LI>Encoding
|
|
<LI>File Handling
|
|
<LI>Image Manipulation
|
|
</UL>
|
|
|
|
|
|
<?php require "footer.inc"?>
|