Jump to content

Zend_get_id


smrtalex

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.