Learning PHP
Advanced PHP
PHP Function Reference
PHP Useful Resources
Selected Reading
© 2011 TutorialsPoint.COM
|
PHP Function delete()
Syntax
Definition and Usage
Please look into See unlink() or unset(). In fact PHP does not have any function like delete().
Paramters
Parameter | Description |
void | NA |
Return Value
NA
Example
NA
|
|
|