integer MODELS_DATA_TYPES_NUMERIC
public getExtension ()
public write (string $key, array $data) Writes the meta-data to $_SESSION
public getOptions () Returns the compiler options
public Phalcon\Mvc\Router\RouteInterface options (string $routePattern, callable $handler) Maps a route to a handler that only matches if the HTTP method is OPTIONS
public offsetSet (string $alias, mixed $definition) Allows to register a shared service in the internal services container using the array syntax $app['request'] = new \Phalcon\Http\Request();
public string format (string $message, int $type, int $timestamp, [array $context]) Applies a format to a message before sent it to the internal log
public bytes ([mixed $len]) Generates a random binary string The Random::bytes method returns a string and accepts as input an int representing the length in bytes to be returned. If $len is not specified, 16 is assumed. It may be larger in future. The result may contain any byte: “x00” - “xFF”. $random = new \Phalcon\Security\Random(); $bytes = $random->bytes(); var_dump(bin2hex($bytes)); // possible output: string(32) "00f6c04b144b41fad6a59111c126e1ee"
public describeReferences (mixed $table, [mixed $schema]) Generates SQL to query foreign keys on a table
public getDI () Returns the internal dependency injector
Page 338 of 382