System::rm

System::rm – elimina archivos

Synopsis

require_once "System.php";

mixed System::rm ( string $args )

Description

Comando rm para eliminar archivos. Soporta múltiples archivos y directorios y también borrado recursivo.

Parameter

  • string $args - los argumentos para rm

Return value

mixed - TRUE si se tiene éxito

Note

This function can be called statically.

Informaciones generales de uso (Previous) crea directorios (Next)
Last updated: Thu, 24 May 2012 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report or add a note.
View this page in:

User Notes:

There are no user contributed notes for this page.