Improved getmypid() comment
This commit is contained in:
parent
7defdbc663
commit
808cfdd9f4
@ -4110,9 +4110,10 @@ function getCurrencySymbol($currency_code)
|
||||
if (! function_exists('getmypid'))
|
||||
{
|
||||
/**
|
||||
* Return PID
|
||||
* Return random PID
|
||||
* Some web hosts disable this php function for security reasons
|
||||
*
|
||||
* @return void
|
||||
* @return int
|
||||
*/
|
||||
function getmypid()
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user