How to get the data in comments
        Posted  
        
            by tq0fqeu
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by tq0fqeu
        
        
        
        Published on 2010-05-10T01:55:29Z
        Indexed on 
            2010/05/10
            1:58 UTC
        
        
        Read the original article
        Hit count: 369
        
php
as follow:
<?php
/*
 * @I'm data
 */
function demo() {}
how to get "I'm data"? thx
© Stack Overflow or respective owner