System::rm

System::rm – suppression de fichiers

Synopsis

require_once "System.php";

mixed System::rm ( string $args )

Description

La commande rm pour supprimer des fichiers. Supporte la suppression multiple de fichiers et de répertoires récursivement.

Parameter

  • string $args - les arguments pour rm

Return value

mixed - TRUE en cas de réussite

Note

This function can be called statically.

See

La page man de rm

Informations d'utilisation générale (Previous) crée des répertoires (Next)
Last updated: Sun, 29 Aug 2010 — 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.