System::mkDir

System::mkDir – crea directorios

Synopsis

require_once "System.php";

bool System::mkDir ( string $args )

Description

Crea directorios.

Parameter

  • string $args - el nombre del directorio(s) a crear

Return value

bool - TRUE si se tiene éxito

Note

This function can be called statically.

elimina archivos (Previous) concatena archivos (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.