App-Mxpress-PDF
view release on metacpan or search on metacpan
public/javascripts/ace/mode-php_laravel_blade.js view on Meta::CPAN
"Parse configuration string"
],
"parse_locale": [
"static array parse_locale($locale)",
"* parses a locale-id into an array the different parts of it"
],
"parse_str": [
"void parse_str(string encoded_string [, array result])",
"Parses GET/POST/COOKIE data and sets global variables"
],
"parse_url": [
"mixed parse_url(string url, [int url_component])",
"Parse a URL and return its components"
],
"passthru": [
"void passthru(string command [, int &return_value])",
"Execute an external program and display raw output"
],
"pathinfo": [
"array pathinfo(string path[, int options])",
"Returns information about a certain string"
],
"pclose": [
"int pclose(resource fp)",
"Close a file pointer opened by popen()"
],
"pcnlt_sigwaitinfo": [
"int pcnlt_sigwaitinfo(array set[, array &siginfo])",
"Synchronously wait for queued signals"
],
"pcntl_alarm": [
"int pcntl_alarm(int seconds)",
"Set an alarm clock for delivery of a signal"
],
"pcntl_exec": [
"bool pcntl_exec(string path [, array args [, array envs]])",
"Executes specified program in current process space as defined by exec(2)"
],
"pcntl_fork": [
"int pcntl_fork(void)",
"Forks the currently running process following the same behavior as the UNIX fork() system call"
],
"pcntl_getpriority": [
"int pcntl_getpriority([int pid [, int process_identifier]])",
"Get the priority of any process"
],
"pcntl_setpriority": [
"bool pcntl_setpriority(int priority [, int pid [, int process_identifier]])",
"Change the priority of any process"
],
"pcntl_signal": [
"bool pcntl_signal(int signo, callback handle [, bool restart_syscalls])",
"Assigns a system signal handler to a PHP function"
],
"pcntl_signal_dispatch": [
"bool pcntl_signal_dispatch()",
"Dispatch signals to signal handlers"
],
"pcntl_sigprocmask": [
"bool pcntl_sigprocmask(int how, array set[, array &oldset])",
"Examine and change blocked signals"
],
"pcntl_sigtimedwait": [
"int pcntl_sigtimedwait(array set[, array &siginfo[, int seconds[, int nanoseconds]]])",
"Wait for queued signals"
],
"pcntl_wait": [
"int pcntl_wait(int &status)",
"Waits on or returns the status of a forked child as defined by the waitpid() system call"
],
"pcntl_waitpid": [
"int pcntl_waitpid(int pid, int &status, int options)",
"Waits on or returns the status of a forked child as defined by the waitpid() system call"
],
"pcntl_wexitstatus": [
"int pcntl_wexitstatus(int status)",
"Returns the status code of a child's exit"
],
"pcntl_wifexited": [
"bool pcntl_wifexited(int status)",
"Returns true if the child status code represents a successful exit"
],
"pcntl_wifsignaled": [
"bool pcntl_wifsignaled(int status)",
"Returns true if the child status code represents a process that was terminated due to a signal"
],
"pcntl_wifstopped": [
"bool pcntl_wifstopped(int status)",
"Returns true if the child status code represents a stopped process (WUNTRACED must have been used with waitpid)"
],
"pcntl_wstopsig": [
"int pcntl_wstopsig(int status)",
"Returns the number of the signal that caused the process to stop who's status code is passed"
],
"pcntl_wtermsig": [
"int pcntl_wtermsig(int status)",
"Returns the number of the signal that terminated the process who's status code is passed"
],
"pdo_drivers": [
"array pdo_drivers()",
"Return array of available PDO drivers"
],
"pfsockopen": [
"resource pfsockopen(string hostname, int port [, int errno [, string errstr [, float timeout]]])",
"Open persistent Internet or Unix domain socket connection"
],
"pg_affected_rows": [
"int pg_affected_rows(resource result)",
"Returns the number of affected tuples"
],
"pg_cancel_query": [
"bool pg_cancel_query(resource connection)",
"Cancel request"
],
"pg_client_encoding": [
"string pg_client_encoding([resource connection])",
"Get the current client encoding"
],
"pg_close": [
"bool pg_close([resource connection])",
"Close a PostgreSQL connection"
( run in 1.324 second using v1.01-cache-2.11-cpan-98e64b0badf )