- class
Processor(php\format\Processor) - package
std - source
php/format/Processor.php
Child Classes
Description
Class Processor
Processor ::register()Processor ::unregister()Processor ::isRegistered()
->format()->formatTo()->parse()
Processor::register(string $code, string $processorClass): voidProcessor::unregister(string $code): boolProcessor::isRegistered(string $code): boolformat(mixed $value): stringformatTo(mixed $value, php\io\Stream $output): mixedparse(string|Stream $source): mixed