| 
 | posix_getsidGet the current sid of the process Description
   int posix_getsid
    ( int  $pid)
   Return the session id of the process  Parameters
 
 Return ValuesReturns the identifier, as an integer. Examples
 Example #1 Example use of posix_getsid 
<?phpSee Also
 
 |