mirror of
https://github.com/php/web-php.git
synced 2026-03-31 03:32:23 +02:00
19 lines
306 B
PHP
19 lines
306 B
PHP
<?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
|
|
<li>Resource limits
|
|
<li>SQL databases
|
|
<li>Other extensions
|
|
</ul>
|
|
|
|
<?php require("footer.inc"); ?>
|