smrtalex Posted August 9, 2008 Share Posted August 9, 2008 Centos Box PHP 5.2.5 (cli) (built: Aug 1 2008 22:54:27) Copyright © 1997-2007 The PHP Group Zend Engine v2.2.0, Copyright © 1998-2007 Zend Technologies with Zend Extension Manager v1.2.2, Copyright © 2003-2007, by Zend Technologies with Zend Optimizer v3.3.0, Copyright © 1998-2007, by Zend Technologies I am unable to get "zend_get_id" function to work. [root@test]# ./zendid allid I:K66AJ-QV3CH-R55T9-8LGHW L:5S9EX-2JC3Q-CHH74-KFZPV But if I run the following via a php file: <?php $z = zend_get_id(); echo "<PRE>"; print_r($z); exit; ?> I get the following output: Array ( ) Any ideas of what is going on here? Is my code incorrect? Thanks! Link to comment https://forums.phpfreaks.com/topic/118879-zend_get_id/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.