INT64

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
peteryjk
Forum Newbie
Posts: 1
Joined: Wed Jan 21, 2009 2:22 am

INT64

Post by peteryjk »

hi guys,
how do i convert a char into int64 like in C#....

Thanks..
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: INT64

Post by Christopher »

No such thing in PHP. You probably want to look at the BC Math library:

http://us2.php.net/manual/en/book.bc.php

Here is the manual section for math libraries:

http://us2.php.net/manual/en/refs.math.php
(#10850)
Post Reply