Tuesday, 27 August 2013

PHP Function delete()

Syntax

void delete ( void );

Definition and Usage

Please look into See unlink() or unset(). In fact PHP does not have any function like delete().

Paramters

ParameterDescription
voidNA

Return Value

NA

Example

NA

No comments:

Post a Comment