| PHP » GoLang | login |
            register |
            
            about | 
| GoLang Stomp::getSessionId
                                request it (480)
                            GoLang replacement for PHP's Stomp::getSessionId
                            [edit | history] 
                             Stomp::getSessionIdstomp_get_session_id(PECL stomp >= 0.1.0) Stomp::getSessionId -- stomp_get_session_id — Gets the current stomp session ID DescriptionObject oriented style (method): 
   public string Stomp::getSessionId
    ( void
    ) Procedural style: 
   string stomp_get_session_id
    ( resource  $link)Gets the current stomp session ID. Return Values
    string session id on success or  Examples
 Example #1 Object oriented style 
<?phpThe above example will output something similar to: string(35) "ID:php.net-52873-1257291895530-4:14" 
 Example #2 Procedural style 
<?phpThe above example will output something similar to: string(35) "ID:php.net-52873-1257291895530-4:14" | 
                    more
                     Most requested
 
                    more
                     Last requests
 |