- класс
Processor
(php\format\Processor
) - пакет
std
- исходники
php/format/Processor.php
Классы наследники
Описание
Class Processor
Processor ::
register()
Processor ::
unregister()
Processor ::
isRegistered()
->
format()
->
formatTo()
->
parse()
Processor::register(string $code, string $processorClass): void
Processor::unregister(string $code): bool
Processor::isRegistered(string $code): bool
format(mixed $value): string
formatTo(mixed $value, php\io\Stream $output): mixed
parse(string|Stream $source): mixed