PHP 클래스 Zephir\Utils

Utility functions
파일 보기 프로젝트 열기: phalcon/zephir 1 사용 예제들

공개 메소드들

메소드 설명
addSlashes ( string $str, boolean $escapeSlash = false ) : string Prepares a string to be used as a C-string
camelize ( string $str ) : string Camelize a string
checkAndWriteIfNeeded ( $content, $path ) : boolean Checks if the content of the file on the disk is the same as the content.
escapeClassName ( string $className ) : string Prepares a class name to be used as a C-string
getFullName ( string $className, string $currentNamespace, zephir\AliasManager $aliasManager = null ) : string Transform class/interface name to FQN format
isBsd ( ) : boolean Check if the host OS is BSD based
isMacOs ( ) : boolean Check if the host OS is MacOs
isWindows ( ) : boolean Check if the host OS is windows

메소드 상세

addSlashes() 공개 정적인 메소드

Prepares a string to be used as a C-string
public static addSlashes ( string $str, boolean $escapeSlash = false ) : string
$str string
$escapeSlash boolean
리턴 string

camelize() 공개 정적인 메소드

Camelize a string
public static camelize ( string $str ) : string
$str string
리턴 string

checkAndWriteIfNeeded() 공개 정적인 메소드

Checks if the content of the file on the disk is the same as the content.
public static checkAndWriteIfNeeded ( $content, $path ) : boolean
$content
$path
리턴 boolean

escapeClassName() 공개 정적인 메소드

Prepares a class name to be used as a C-string
public static escapeClassName ( string $className ) : string
$className string
리턴 string

getFullName() 공개 정적인 메소드

Transform class/interface name to FQN format
public static getFullName ( string $className, string $currentNamespace, zephir\AliasManager $aliasManager = null ) : string
$className string
$currentNamespace string
$aliasManager zephir\AliasManager
리턴 string

isBsd() 공개 정적인 메소드

Check if the host OS is BSD based
public static isBsd ( ) : boolean
리턴 boolean

isMacOs() 공개 정적인 메소드

Check if the host OS is MacOs
public static isMacOs ( ) : boolean
리턴 boolean

isWindows() 공개 정적인 메소드

Check if the host OS is windows
public static isWindows ( ) : boolean
리턴 boolean