PHP 8.5.0 Alpha 2 available for testing

delete

deleteVer unlink() o unset()

Descripción

No existe una palabra clave o función delete en el lenguaje PHP. Si se ha llegado a esta página intentando eliminar un fichero, probar con unlink(). Para eliminar una variable del ámbito local, consultar unset().

Ver también

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top