System::rm

System::rm – удаляет файлы

Synopsis

require_once "System.php";

mixed System::rm ( string $args )

Description

Команда rm удаляет файлы. Поддерживается удаление нескольких файлов и рекурсивное удаление директорий.

Parameter

  • string $args - аргументы для rm

Return value

mixed - TRUE при успешном завершении

Note

This function can be called statically.

Общая информация (Previous) создает директории (Next)
Last updated: Fri, 25 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.