You are here: Re: How to make binary strings useful? « PHP « IT news, forums, messages
Re: How to make binary strings useful?

Posted by DvDmanDT on 10/01/72 11:07

You should use ord() on each of the $cont{} ones..

printf ("%02x %02x %02x %02x", ord($cont{0}), ord($cont{1}),
ord($cont{2}), ord($cont{3}));

That'll probably work much better..

...

PHP != C++, or C for that matter.. C was designed to be as close as possible
to ASM, but high-level.. PHP is designed to be an easy to use web
application language.. One char in PHP is a string with the length of 1, not
a small integer.. Meaning that 'a' != 67 in php.. In C they would be equal..
Strings will be converted to integers by php, but you won't get the ascii
code, you'll get something like the results of atoi() or something like
that..
--
// DvDmanDT
MSN: dvdmandthotmail.com
Mail: dvdmandttelia.com
"Jerry Miller" <gamphd@optonline.net> skrev i meddelandet
news:20050202214819.55348.qmail@lists.php.net...
> Here's the code (with the domain name removed)
> that doesn't work, "despite" the poor documentation
> of the variable types:
>
> <?
> $dir = "/home/<domain_name>/www/binary/";
> $dh = opendir ($dir);
> do
> {
> $file = readdir ($dh);
> }
> while (!strncmp ($file, ".", 1));
> $filename = sprintf ("%s%s", $dir, $file);
> $fh = fopen ($filename, "r");
> $cont = fread ($fh, 4);
> echo "file:<BR>";
> echo $filename;
> echo "<BR>cont:<BR>";
> printf ("%02x %02x %02x %02x", $cont{0}, $cont{1}, $cont{2},
> $cont{3});
> fclose ($fh);
> closedir ($dh);
> ?>
>
> Here's the output of "od -c glance_date" up to the fourth byte:
>
> 0000000 177 E L F
>
> All four bytes are non-zero!

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация