Overview

Namespaces

  • Coast
    • App
      • Access
      • Executable
    • Controller
    • Csrf
    • Dir
    • Feed
    • File
    • Filter
      • Rule
    • Http
    • Image
    • Model
      • Exception
    • Resolver
    • Router
    • Sitemap
    • Transformer
      • Rule
    • Validator
      • Rule
    • View

Classes

  • Acl
  • App
  • Coast
  • Collection
  • Config
  • Controller
  • Csp
  • Csrf
  • Dir
  • Feed
  • File
  • Filter
  • Http
  • Image
  • Lazy
  • Model
  • Path
  • Request
  • Resolver
  • Response
  • Router
  • Session
  • Sitemap
  • Transformer
  • Url
  • Validator
  • View
  • Xml

Exceptions

  • Exception
  • Overview
  • Namespace
  • Class
  • Deprecated
  • Todo

Class File

Path object.

Coast\Path
Extended by Coast\File\Path
Extended by Coast\File
Namespace: Coast
Located at File.php
Methods summary
public static
# createTemp( )
public static
# createMemory( $max = null )
public
# chars( $delimiter = ',', $enclosure = '"', $escape = '\\' )
public
# readAll( )
public
# writeAll( $string )
public
# open( $mode = 'r' )
public
# handle( )
public
# close( )
public
# read( $length = null )
public
# write( $string, $length = null )
public
# get( $length = null )
public
# put( $string, $length = null )
public
# getCsv( $length = 0 )
public
# putCsv( $array )
public
# seek( $offset, $whence = SEEK_SET )
public
# rewind( )
public
# truncate( $length = 0 )
public
# tell( )
public
# flush( )
public
# lock( $operation = LOCK_EX )
public
# unlock( )
public
# output( )
public
# isOpen( )
public
# moveUpload( Coast\Dir $dir, $baseName = null )
public
# copy( Coast\Dir $dir, $baseName = null )
public
# remove( )
public
# permissions( $mode = null )

Overrides

Coast\File\Path::permissions()
public
# touch( DateTime $modify = null, DateTime $access = null )
public
# size( )
public
# hash( $type )
public
# dir( $create = false )
Methods inherited from Coast\File\Path
_parseBaseName(), accessTime(), changeTime(), exists(), isDir(), isExist(), isFile(), isReadable(), isWritable(), modifyTime(), move(), rename()
Methods inherited from Coast\Path
__construct(), __toString(), baseName(), child(), dirName(), extName(), extNameDot(), fileName(), fileNameDot(), isAbsolute(), isRelative(), isWithin(), name(), parent(), part(), parts(), prefix(), suffix(), toAbsolute(), toDir(), toFile(), toReal(), toRelative()
Constants inherited from Coast\Path
PART_FIRST, PART_LAST
Properties summary
protected array $_chars
# [',', '"', '\\']
protected $_handle
#
Properties inherited from Coast\Path
$_name
Coast API Documentation API documentation generated by ApiGen