Improved getmypid() comment

This commit is contained in:
Marcos García 2012-08-03 21:48:20 +02:00
parent 7defdbc663
commit 808cfdd9f4

View File

@ -4110,9 +4110,10 @@ function getCurrencySymbol($currency_code)
if (! function_exists('getmypid')) 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() function getmypid()
{ {