SYMBOL INDEX (352 symbols across 63 files) FILE: src/App.php class App (line 86) | class App method __construct (line 136) | public function __construct(string $requestClass, LoggerInterface $log... method onMessage (line 151) | public function onMessage($connection, $request) method defaultRouteMethodNotAllowedResponse (line 214) | protected static function defaultRouteMethodNotAllowedResponse(string ... method onWorkerStart (line 263) | public function onWorkerStart($worker) method collectCallbacks (line 275) | protected static function collectCallbacks(string $key, array $data) method unsafeUri (line 290) | protected static function unsafeUri(TcpConnection $connection, string ... method containsPathTraversal (line 306) | protected static function containsPathTraversal(string $path): bool method getFallback (line 323) | protected static function getFallback(string $plugin = '', int $status... method exceptionResponse (line 337) | protected static function exceptionResponse(Throwable $e, $request): R... method getCallback (line 381) | public static function getCallback(string $plugin, string $app, $call,... method resolveInject (line 495) | protected static function resolveInject(ContainerInterface $container,... method isNeedInject (line 516) | protected static function isNeedInject($call, array &$args): bool method getReflector (line 598) | protected static function getReflector($call) method getReflectorCacheKey (line 626) | protected static function getReflectorCacheKey($call): ?string method resolveMethodDependencies (line 649) | protected static function resolveMethodDependencies(ContainerInterface... method resolveMethodDependenciesFromMetadata (line 665) | protected static function resolveMethodDependenciesFromMetadata(Contai... method getMethodParameterMetadata (line 771) | protected static function getMethodParameterMetadata(ReflectionFunctio... method getParameterMetadataCacheKey (line 852) | protected static function getParameterMetadataCacheKey(ReflectionFunct... method container (line 871) | public static function container(string $plugin = '') method request (line 880) | public static function request() method worker (line 889) | public static function worker(): ?Worker method findRoute (line 906) | protected static function findRoute(TcpConnection $connection, string ... method findFile (line 949) | protected static function findFile(TcpConnection $connection, string $... method send (line 1008) | protected static function send($connection, $response, $request) method parseControllerAction (line 1036) | protected static function parseControllerAction(string $path) method guessControllerAction (line 1082) | protected static function guessControllerAction($pathExplode, $action,... method getControllerAction (line 1113) | protected static function getControllerAction(string $controllerClass,... method getController (line 1136) | protected static function getController(string $controllerClass) method getAction (line 1182) | protected static function getAction(string $controllerClass, string $a... method getPluginByClass (line 1212) | public static function getPluginByClass(string $controllerClass) method getPluginByPath (line 1227) | public static function getPluginByPath(string $path) method getAppByController (line 1246) | protected static function getAppByController(string $controllerClass) method execPhpFile (line 1262) | public static function execPhpFile(string $file) method getRealMethod (line 1281) | protected static function getRealMethod(string $class, string $method)... method config (line 1300) | protected static function config(string $plugin, string $key, mixed $d... method stringify (line 1310) | protected static function stringify($data): string FILE: src/Bootstrap.php type Bootstrap (line 19) | interface Bootstrap method start (line 27) | public static function start(?Worker $worker); FILE: src/Config.php class Config (line 31) | class Config method load (line 61) | public static function load(string $configPath, array $excludeFile = [... method reload (line 91) | public static function reload(string $configPath, array $excludeFile =... method clear (line 100) | public static function clear() method formatConfig (line 110) | protected static function formatConfig() method loadFromDir (line 201) | public static function loadFromDir(string $configPath, array $excludeF... method get (line 240) | public static function get(?string $key = null, mixed $default = null) method read (line 279) | protected static function read(string $key, mixed $default = null) method find (line 306) | protected static function find(array $keyArray, $stack, $default) FILE: src/Container.php class Container (line 14) | class Container implements ContainerInterface method get (line 32) | public function get(string $name) method has (line 52) | public function has(string $name): bool method make (line 65) | public function make(string $name, array $constructor = []) method addDefinitions (line 78) | public function addDefinitions(array $definitions): Container FILE: src/Context.php class Context (line 13) | class Context extends WorkermanContext method onDestroy (line 15) | public static function onDestroy(Closure $closure): void FILE: src/Exception/BusinessException.php class BusinessException (line 27) | class BusinessException extends RuntimeException method render (line 45) | public function render(Request $request): ?Response method data (line 61) | public function data(?array $data = null): array|static method debug (line 75) | public function debug(?bool $value = null): bool|static method getData (line 88) | public function getData(): array method trans (line 101) | protected function trans(string $message, array $parameters = [], ?str... FILE: src/Exception/ExceptionHandler.php class ExceptionHandler (line 29) | class ExceptionHandler implements ExceptionHandlerInterface method __construct (line 51) | public function __construct($logger, $debug) method report (line 61) | public function report(Throwable $exception) method render (line 78) | public function render(Request $request, Throwable $exception): Response method shouldntReport (line 98) | protected function shouldntReport(Throwable $e): bool method __get (line 114) | public function __get(string $name) FILE: src/Exception/ExceptionHandlerInterface.php type ExceptionHandlerInterface (line 21) | interface ExceptionHandlerInterface method report (line 27) | public function report(Throwable $exception); method render (line 34) | public function render(Request $request, Throwable $exception): Response; FILE: src/Exception/FileException.php class FileException (line 23) | class FileException extends RuntimeException FILE: src/Exception/NotFoundException.php class NotFoundException (line 23) | class NotFoundException extends \Exception implements NotFoundExceptionI... FILE: src/File.php class File (line 29) | class File extends SplFileInfo method move (line 37) | public function move(string $destination): File FILE: src/Finder/ControllerFinder.php class ControllerFinder (line 38) | class ControllerFinder method files (line 46) | public static function files(?string $scope = null): array method resolveRoots (line 72) | protected static function resolveRoots(?string $scope): array method mainAppRoots (line 102) | protected static function mainAppRoots(): array method allPluginRoots (line 122) | protected static function allPluginRoots(): array method singlePluginRoots (line 171) | protected static function singlePluginRoots(string $plugin): array method findControllerFiles (line 208) | protected static function findControllerFiles(string $rootDir, string ... method isValidIdentifier (line 230) | protected static function isValidIdentifier(string $name): bool FILE: src/Finder/FileInfo.php class FileInfo (line 23) | class FileInfo extends File method __construct (line 42) | public function __construct(string $path, array $meta = [], string $ro... method meta (line 53) | public function meta(): array method class (line 64) | public function class(): ?string method className (line 79) | public function className(): ?string method namespace (line 95) | public function namespace(): ?string method setMeta (line 110) | public function setMeta(array $meta): static method rootDir (line 120) | public function rootDir(): string method relativePathname (line 129) | public function relativePathname(): string FILE: src/Finder/Finder.php class Finder (line 27) | class Finder method in (line 94) | public static function in(string|array $dirs): static method create (line 110) | public static function create(): static method setCacheDir (line 120) | public static function setCacheDir(string $dir): void method getCacheDir (line 129) | protected static function getCacheDir(): string method files (line 144) | public function files(): static method name (line 155) | public function name(string|array $patterns): static method path (line 166) | public function path(string|array $patterns): static method exclude (line 177) | public function exclude(string|array $dirs): static method excludeDirs (line 188) | public function excludeDirs(array $dirs): static method withPhpMeta (line 198) | public function withPhpMeta(): static method phpFiltersRequested (line 208) | protected function phpFiltersRequested(): bool method hasAttributes (line 220) | public function hasAttributes(bool $value): static method typeIn (line 233) | public function typeIn(array $types): static method psr4 (line 246) | public function psr4(bool $value): static method find (line 258) | public function find(): array method findPaths (line 320) | public function findPaths(): array method scanDirectory (line 330) | protected function scanDirectory(string $dir): array method matchesName (line 376) | protected function matchesName(string $filePath): bool method matchesPath (line 397) | protected function matchesPath(string $filePath, string $rootDir): bool method matchPattern (line 423) | protected function matchPattern(string $value, string $pattern): bool method isRegex (line 439) | protected function isRegex(string $pattern): bool method isPhpFile (line 456) | protected function isPhpFile(string $filePath): bool method getPhpMeta (line 467) | protected function getPhpMeta(string $filePath, string $rootDir): array method ensurePsr4Cached (line 498) | protected function ensurePsr4Cached(string $filePath, string $rootDir,... method computePhpMeta (line 520) | protected function computePhpMeta(string $filePath, int|false $mtime):... method parsePhpFile (line 550) | protected function parsePhpFile(string $code): array method matchesPhpFilters (line 659) | protected function matchesPhpFilters(array $meta, string $filePath, st... method checkPsr4 (line 690) | protected function checkPsr4(string $filePath, string $rootDir, ?strin... method classFromFile (line 720) | protected function classFromFile(string $filePath, string $rootDir, st... method isValidPsr4ClassPath (line 750) | protected function isValidPsr4ClassPath(string $relativeClassPath): bool method getRelativePath (line 761) | protected function getRelativePath(string $filePath, string $rootDir):... method getCacheKey (line 779) | protected function getCacheKey(string $rootDir): string method getCacheFile (line 789) | protected function getCacheFile(string $rootDir): string method loadCache (line 800) | protected function loadCache(string $rootDir): void method saveCache (line 828) | protected function saveCache(string $rootDir): void method clearCache (line 886) | public static function clearCache(): void method normalizePath (line 897) | protected static function normalizePath(string $path): string FILE: src/Http/Request.php class Request (line 32) | class Request extends \Workerman\Protocols\Http\Request method all (line 67) | public function all() method input (line 78) | public function input(string $name, mixed $default = null) method only (line 88) | public function only(array $keys): array method except (line 105) | public function except(array $keys) method file (line 119) | public function file(?string $name = null): array|null|UploadFile method parseFile (line 149) | protected function parseFile(array $file): UploadFile method parseFiles (line 159) | protected function parseFiles(array $files): array method getRemoteIp (line 176) | public function getRemoteIp(): string method getRemotePort (line 185) | public function getRemotePort(): int method getLocalIp (line 194) | public function getLocalIp(): string method getLocalPort (line 203) | public function getLocalPort(): int method getRealIp (line 213) | public function getRealIp(bool $safeMode = true): string method url (line 235) | public function url(): string method fullUrl (line 244) | public function fullUrl(): string method isAjax (line 253) | public function isAjax(): bool method isGet (line 262) | public function isGet(): bool method isPost (line 272) | public function isPost(): bool method isPjax (line 282) | public function isPjax(): bool method expectsJson (line 291) | public function expectsJson(): bool method acceptJson (line 300) | public function acceptJson(): bool method isIntranetIp (line 310) | public static function isIntranetIp(string $ip): bool method setGet (line 350) | public function setGet(array|string $input, mixed $value = null): Request method setPost (line 368) | public function setPost(array|string $input, mixed $value = null): Req... method setHeader (line 386) | public function setHeader(array|string $input, mixed $value = null): R... method destroy (line 401) | public function destroy(): void FILE: src/Http/Response.php class Response (line 26) | class Response extends \Workerman\Protocols\Http\Response method file (line 38) | public function file(string $file): Response method download (line 52) | public function download(string $file, string $downloadName = ''): Res... method notModifiedSince (line 68) | protected function notModifiedSince(string $file): bool method exception (line 82) | public function exception(?Throwable $exception = null): ?Throwable FILE: src/Http/UploadFile.php class UploadFile (line 24) | class UploadFile extends File method __construct (line 49) | public function __construct(string $fileName, string $uploadName, stri... method getUploadName (line 61) | public function getUploadName(): ?string method getUploadMimeType (line 70) | public function getUploadMimeType(): ?string method getUploadExtension (line 79) | public function getUploadExtension(): string method getUploadErrorCode (line 88) | public function getUploadErrorCode(): ?int method isValid (line 97) | public function isValid(): bool method getUploadMineType (line 107) | public function getUploadMineType(): ?string FILE: src/Install.php class Install (line 5) | class Install method install (line 21) | public static function install() method uninstall (line 30) | public static function uninstall() method installByRelation (line 39) | public static function installByRelation() FILE: src/Middleware.php class Middleware (line 30) | class Middleware method load (line 48) | public static function load($allMiddlewares, string $plugin = '') method getMiddleware (line 85) | public static function getMiddleware(string $plugin, string $appName, ... method prepareAttributeMiddlewares (line 142) | private static function prepareAttributeMiddlewares(array &$middleware... method container (line 158) | public static function container($_) FILE: src/MiddlewareInterface.php type MiddlewareInterface (line 20) | interface MiddlewareInterface method process (line 29) | public function process(Request $request, callable $handler): Response; FILE: src/Route.php class Route (line 55) | class Route method get (line 139) | public static function get(string $path, $callback): RouteObject method post (line 150) | public static function post(string $path, $callback): RouteObject method put (line 161) | public static function put(string $path, $callback): RouteObject method patch (line 172) | public static function patch(string $path, $callback): RouteObject method delete (line 183) | public static function delete(string $path, $callback): RouteObject method head (line 193) | public static function head(string $path, $callback): RouteObject method options (line 204) | public static function options(string $path, $callback): RouteObject method any (line 215) | public static function any(string $path, $callback): RouteObject method add (line 227) | public static function add($method, string $path, $callback): RouteObject method group (line 238) | public static function group($path, ?callable $callback = null): Route method resource (line 264) | public static function resource(string $name, string $controller, arra... method getRoutes (line 302) | public static function getRoutes(): array method disableDefaultRoute (line 313) | public static function disableDefaultRoute(array|string $plugin = '', ... method isDefaultRouteDisabled (line 350) | public static function isDefaultRouteDisabled(array|string $plugin = '... method isDefaultRouteDisabledByAnnotation (line 378) | protected static function isDefaultRouteDisabledByAnnotation(string $c... method isRefHasDefaultRouteDisabledAnnotation (line 400) | protected static function isRefHasDefaultRouteDisabledAnnotation(Refle... method middleware (line 420) | public function middleware($middleware): Route method collect (line 435) | public function collect(RouteObject $route) method setByName (line 445) | public static function setByName(string $name, RouteObject $instance) method getByName (line 455) | public static function getByName(string $name): ?RouteObject method addChild (line 465) | public function addChild(Route $route) method getChildren (line 474) | public function getChildren() method dispatch (line 485) | public static function dispatch(string $method, string $path): array method convertToCallable (line 496) | public static function convertToCallable(string $path, $callback) method addRoute (line 526) | protected static function addRoute($methods, string $path, $callback):... method load (line 558) | public static function load($paths) method setCollector (line 611) | public static function setCollector(RouteCollector $route) method fallback (line 622) | public static function fallback(callable $callback, string $plugin = '') method getFallback (line 638) | public static function getFallback(string $plugin = '', int $status = ... method loadAnnotationRoutes (line 652) | protected static function loadAnnotationRoutes(): void method buildAnnotationRouteDefinitions (line 668) | protected static function buildAnnotationRouteDefinitions(array $contr... method collectMiddlewaresFromAttributes (line 750) | protected static function collectMiddlewaresFromAttributes(array $attr... method registerAnnotationRouteDefinitions (line 774) | protected static function registerAnnotationRouteDefinitions(array $de... method normalizeRoutePrefix (line 794) | protected static function normalizeRoutePrefix(string $prefix): string method normalizeRoutePath (line 814) | protected static function normalizeRoutePath(string $path, string $sou... method callbackToString (line 831) | protected static function callbackToString(mixed $callback): string method container (line 852) | public static function container() FILE: src/Route/Route.php class Route (line 27) | class Route method __construct (line 65) | public function __construct($methods, string $path, $callback) method getName (line 76) | public function getName(): ?string method name (line 86) | public function name(string $name): Route method middleware (line 98) | public function middleware(mixed $middleware = null) method getPath (line 111) | public function getPath(): string method getMethods (line 120) | public function getMethods(): array method getCallback (line 129) | public function getCallback() method getMiddleware (line 138) | public function getMiddleware(): array method param (line 149) | public function param(?string $name = null, mixed $default = null) method setParams (line 162) | public function setParams(array $params): Route method url (line 173) | public function url(array $parameters = []): string FILE: src/Session/FileSessionHandler.php class FileSessionHandler (line 23) | class FileSessionHandler extends FileHandler FILE: src/Session/RedisClusterSessionHandler.php class RedisClusterSessionHandler (line 19) | class RedisClusterSessionHandler extends RedisClusterHandler FILE: src/Session/RedisSessionHandler.php class RedisSessionHandler (line 23) | class RedisSessionHandler extends RedisHandler FILE: src/Util.php class Util (line 25) | class Util method scanDir (line 33) | public static function scanDir(string $basePath, bool $withBasePath = ... FILE: src/View.php type View (line 17) | interface View method render (line 26) | public static function render(string $template, array $vars, ?string $... FILE: src/support/App.php class App (line 19) | class App method run (line 26) | public static function run() method loadAllConfig (line 155) | public static function loadAllConfig(array $excludes = []) FILE: src/support/Container.php class Container (line 26) | class Container method instance (line 33) | public static function instance(string $plugin = '') method __callStatic (line 43) | public static function __callStatic(string $name, array $arguments) FILE: src/support/Context.php class Context (line 22) | class Context extends \Webman\Context FILE: src/support/Log.php class Log (line 39) | class Log method channel (line 51) | public static function channel(string $name = 'default'): Logger method handlers (line 71) | protected static function handlers(array $config): array method handler (line 94) | protected static function handler(string $class, array $constructor, a... method processors (line 117) | protected static function processors(array $config): array method __callStatic (line 139) | public static function __callStatic(string $name, array $arguments) FILE: src/support/Plugin.php class Plugin (line 10) | class Plugin method install (line 17) | public static function install($event) method update (line 38) | public static function update($event) method uninstall (line 64) | public static function uninstall($event) method getPsr4 (line 86) | protected static function getPsr4($event) method findHelper (line 97) | protected static function findHelper() FILE: src/support/Request.php class Request (line 21) | class Request extends \Webman\Http\Request FILE: src/support/Response.php class Response (line 21) | class Response extends \Webman\Http\Response FILE: src/support/Translation.php class Translation (line 37) | class Translation method instance (line 52) | public static function instance(string $plugin = '', ?array $config = ... method __callStatic (line 102) | public static function __callStatic(string $name, array $arguments) FILE: src/support/View.php class View (line 20) | class View method assign (line 28) | public static function assign($name, mixed $value = null) FILE: src/support/annotation/DisableDefaultRoute.php class DisableDefaultRoute (line 10) | #[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD)] FILE: src/support/annotation/Middleware.php class Middleware (line 13) | #[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD | Attribu... method __construct (line 24) | public function __construct(...$middlewares) method getMiddlewares (line 33) | public function getMiddlewares(): array FILE: src/support/annotation/route/Any.php class Any (line 10) | #[Attribute(Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)] method __construct (line 17) | public function __construct(?string $path = null, ?string $name = null) FILE: src/support/annotation/route/Delete.php class Delete (line 10) | #[Attribute(Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)] method __construct (line 17) | public function __construct(?string $path = null, ?string $name = null) FILE: src/support/annotation/route/DisableDefaultRoute.php class DisableDefaultRoute (line 10) | #[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_METHOD)] FILE: src/support/annotation/route/Get.php class Get (line 10) | #[Attribute(Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)] method __construct (line 17) | public function __construct(?string $path = null, ?string $name = null) FILE: src/support/annotation/route/Head.php class Head (line 10) | #[Attribute(Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)] method __construct (line 17) | public function __construct(?string $path = null, ?string $name = null) FILE: src/support/annotation/route/Options.php class Options (line 10) | #[Attribute(Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)] method __construct (line 17) | public function __construct(?string $path = null, ?string $name = null) FILE: src/support/annotation/route/Patch.php class Patch (line 10) | #[Attribute(Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)] method __construct (line 17) | public function __construct(?string $path = null, ?string $name = null) FILE: src/support/annotation/route/Post.php class Post (line 10) | #[Attribute(Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)] method __construct (line 17) | public function __construct(?string $path = null, ?string $name = null) FILE: src/support/annotation/route/Put.php class Put (line 10) | #[Attribute(Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)] method __construct (line 17) | public function __construct(?string $path = null, ?string $name = null) FILE: src/support/annotation/route/Route.php class Route (line 10) | #[Attribute(Attribute::TARGET_METHOD | Attribute::IS_REPEATABLE)] method __construct (line 33) | public function __construct(?string $path = null, array|string $method... FILE: src/support/annotation/route/RouteGroup.php class RouteGroup (line 10) | #[Attribute(Attribute::TARGET_CLASS)] method __construct (line 21) | public function __construct(string $prefix = '') FILE: src/support/bootstrap/Session.php class Session (line 28) | class Session implements Bootstrap method start (line 35) | public static function start(?Worker $worker) FILE: src/support/exception/BusinessException.php class BusinessException (line 21) | class BusinessException extends \Webman\Exception\BusinessException FILE: src/support/exception/Handler.php class Handler (line 27) | class Handler extends ExceptionHandler method report (line 33) | public function report(Throwable $exception) method render (line 38) | public function render(Request $request, Throwable $exception): Response FILE: src/support/exception/InputTypeException.php class InputTypeException (line 7) | class InputTypeException extends PageNotFoundException method __construct (line 21) | public function __construct(string $message = 'Input :parameter must b... FILE: src/support/exception/InputValueException.php class InputValueException (line 7) | class InputValueException extends PageNotFoundException method __construct (line 21) | public function __construct(string $message = 'Input :parameter is inv... FILE: src/support/exception/MissingInputException.php class MissingInputException (line 9) | class MissingInputException extends PageNotFoundException method __construct (line 22) | public function __construct(string $message = 'Missing input parameter... method render (line 32) | public function render(Request $request): ?Response FILE: src/support/exception/NotFoundException.php class NotFoundException (line 17) | class NotFoundException extends BusinessException FILE: src/support/exception/PageNotFoundException.php class PageNotFoundException (line 21) | class PageNotFoundException extends NotFoundException method __construct (line 35) | public function __construct(string $message = '404 Not Found', int $co... method render (line 45) | public function render(Request $request): ?Response method html (line 64) | protected function html(string $message): string FILE: src/support/helpers.php function run_path (line 58) | function run_path(string $path = ''): string function base_path (line 74) | function base_path($path = ''): string function app_path (line 89) | function app_path(string $path = ''): string function public_path (line 102) | function public_path(string $path = '', ?string $plugin = null): string function config_path (line 127) | function config_path(string $path = ''): string function runtime_path (line 139) | function runtime_path(string $path = ''): string function path_combine (line 156) | function path_combine(string $front, string $back): string function response (line 170) | function response(string $body = '', int $status = 200, array $headers =... function json (line 183) | function json($data, int $options = JSON_UNESCAPED_UNICODE | JSON_UNESCA... function xml (line 195) | function xml($xml): Response function jsonp (line 211) | function jsonp($data, string $callbackName = 'callback'): Response function redirect (line 228) | function redirect(string $location, int $status = 302, array $headers = ... function view (line 247) | function view(mixed $template = null, array $vars = [], ?string $app = n... function raw_view (line 265) | function raw_view(mixed $template = null, array $vars = [], ?string $app... function blade_view (line 280) | function blade_view(mixed $template = null, array $vars = [], ?string $a... function think_view (line 295) | function think_view(mixed $template = null, array $vars = [], ?string $a... function twig_view (line 310) | function twig_view(mixed $template = null, array $vars = [], ?string $ap... function request (line 321) | function request() function config (line 334) | function config(?string $key = null, mixed $default = null) function route (line 347) | function route(string $name, ...$parameters): string function session (line 374) | function session(array|string|null $key = null, mixed $default = null): ... function trans (line 408) | function trans(string $id, array $parameters = [], ?string $domain = nul... function locale (line 421) | function locale(?string $locale = null): string function not_found (line 436) | function not_found(): Response function copy_dir (line 450) | function copy_dir(string $source, string $dest, bool $overwrite = false) function remove_dir (line 474) | function remove_dir(string $dir): bool function worker_bind (line 493) | function worker_bind($worker, $class) function worker_start (line 524) | function worker_start($processName, $config) function get_realpath (line 570) | function get_realpath(string $filePath): string function is_phar (line 585) | function is_phar(): bool function template_inputs (line 600) | function template_inputs(mixed $template, array $vars, ?string $app, ?st... function cpu_count (line 639) | function cpu_count(): int function input (line 668) | function input(?string $param = null, mixed $default = null): mixed FILE: src/support/view/Blade.php class Blade (line 32) | class Blade implements View method assign (line 39) | public static function assign(string|array $name, mixed $value = null)... method render (line 53) | public static function render(string $template, array $vars, ?string $... FILE: src/support/view/Raw.php class Raw (line 34) | class Raw implements View method assign (line 41) | public static function assign(string|array $name, mixed $value = null)... method render (line 55) | public static function render(string $template, array $vars, ?string $... FILE: src/support/view/ThinkPHP.php class ThinkPHP (line 33) | class ThinkPHP implements View method assign (line 40) | public static function assign(string|array $name, mixed $value = null)... method render (line 54) | public static function render(string $template, array $vars, ?string $... FILE: src/support/view/Twig.php class Twig (line 34) | class Twig implements View method assign (line 41) | public static function assign(string|array $name, mixed $value = null)... method render (line 55) | public static function render(string $template, array $vars, ?string $... FILE: src/windows.php function write_process_file (line 64) | function write_process_file($runtimeProcessPath, $processName, $firm): s... function popen_processes (line 114) | function popen_processes($processFiles)