Re: Typecasting question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 02/03/2012 10:11 AM, jas wrote:
> array('private_key_type'   => OPENSSL_KEYTYPE_RSA,
>       'encrypt_key_cipher' => OPENSSL_CIPHER_3DES);

Look like ints to me: var_dump():

array(2) {
  ["private_key_type"]=>
  int(0)
  ["encrypt_key_cipher"]=>
  int(4)
}


-- 
Thanks!
-Shawn
http://www.spidean.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux