Http\Request\File::getRealType

public getRealType () Gets the real mime type of the upload file using finfo

Cache\Backend\Redis::increment

public increment ([string $keyName], [long $value]) Increment of given $keyName by $value

Di\Service::__set_state

public static __set_state (array $attributes) Restore the internal state of a service

Forms\ElementInterface::render

abstract public render ([mixed $attributes]) ...

Di::attempt

public attempt (mixed $name, mixed $definition, [mixed $shared]) Attempts to register a service in the services container Only is successful if a service hasn’t been registered previously with the same name

Mvc\Model\Criteria::betweenWhere

public betweenWhere (mixed $expr, mixed $minimum, mixed $maximum) Appends a BETWEEN condition to the current conditions $criteria->betweenWhere('price', 100.25, 200.50);

Mvc\Model\QueryInterface::parse

abstract public parse () ...

Contextual Escaping

Websites and web applications are vulnerable to XSS attacks and although PHP provides escaping functionality, in some contexts it is not sufficient/appropriate. Phalcon\Escaper provides contextual escaping and is written in Zephir, providing the minimal overhead when escaping different kinds of texts. We designed this component based on the XSS (Cross Site Scripting) Prevention Cheat Sheet created by the OWASP. Additionally, this component relies on mbstring to support almost any charset. To il

Mvc\Model\MetaData::getDataTypes

public getDataTypes (Phalcon\Mvc\ModelInterface $model) Returns attributes and their data types print_r($metaData->getDataTypes(new Robots()));

Mvc\Model\Manager::getLastInitialized

public getLastInitialized () Get last initialized model