Help for this page

Select Code to Download


  1. or download this
     $entry->{'attrs'}{'idcreatedon'}[0]
     $entry->{'attrs'}{'friendlyid'} [0]
    
  2. or download this
    print $entry->get_value("idcreatedon")."\n";
    print $entry->get_value("friendlyid")."\n"; 
    # The hash index is case-sensitive, and "get_value" documentation dema
    +nds 'exact match'