Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

getmypid

Description

The getmypid of Options / Information for PHP gets PHP's process ID.

Syntax

getmypid(): int|false

Return

Returns the current PHP process ID, or false on error.

Examples

1

<?

$return = getmypid();

var_export($return);

?>
12345
HomeMenu