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

getmyinode

Description

The getmyinode of Options / Information for PHP gets the inode of the current script.

Syntax

getmyinode(): int|false

Return

Returns the current script's inode as an integer, or false on error.

Examples

1

<?

$return = getmyinode();

var_export($return);

?>
12345678
HomeMenu