Overview

Namespaces

  • aliuly
    • common
      • selectors
    • loader
  • xPaw

Classes

  • ArmorItems
  • BasicCli
  • BasicHelp
  • BasicPlugin
  • ChatSession
  • Cmd
  • CmdSelector
  • ExpandVars
  • FastTransfer
  • FileUtils
  • FreezeSession
  • GetMotd
  • GetMotdAsyncTask
  • InvisibleSession
  • InvUtils
  • ItemName
  • mc
  • mc2
  • MoneyAPI
  • MPMU
  • Npc
  • PermUtils
  • PluginAsyncTask
  • PluginCallbackTask
  • PMScript
  • QueryAsyncTask
  • Rcon
  • RconTask
  • Session
  • ShieldSession
  • ShoppingCart
  • SignUtils
  • SkinUtils
  • SpySession
  • SubCommandMap
  • TPUtils
  • Overview
  • Namespace
  • Class

Class FileUtils

File Utilities

Abstract
Namespace: aliuly\common
Located at aliuly/common/FileUtils.php
Methods summary
public static boolean
# cp_r( str $src, str $dst )

Recursive copy function

Recursive copy function

Parameters

$src
source path
$dst
source path

Returns

boolean
public static boolean
# rm_r( str $path )

Recursive delete function

Recursive delete function

Parameters

$path
path

Returns

boolean
public static str
# tempdir( str $dir, str $prefix = '', integer $mode = 0700 )

Creates a temporary directory

Creates a temporary directory

Parameters

$dir
$prefix
$mode

Returns

str
API documentation generated by ApiGen