Navigate
Home
ArticleWiki
Forum
Journal
Search
Newsletter
Links
Tech News
expertsrt.com
Welcome Guest.
Username:

Password:

Remember me

Binary data
Welcome, Guest. Please login or register.
August 28, 2008, 02:18:15 PM
11291 Posts in 1243 Topics by 838 Members
Latest Member: gjpino
Experts Round Table Network  |  Serverside Technology  |  PHP  |  Binary data « previous next »
Pages: [1]
Author Topic: Binary data  (Read 127 times)
mahe4us

Offline Offline

Posts: 1


« on: February 04, 2008, 05:24:14 AM »

Hi all,

Iam really happy to registered as a member in this site. This is my first post. If any error is going to happen in this execuse me,,,   I have gone through several php articles sites and many of the sites using binary data term in many articles.  Iam really want to know what is binary data and how it is used in php.... kinly give me your answer if anybody have answer for it..... thanks in advance..

Thanks
mahe4us
Logged
VGR
Mentor

Offline Offline

Posts: 680



WWW
« Reply #1 on: February 04, 2008, 12:19:34 PM »

there's no specific use of binary data in PHP, reassure yourself ;-)

ther's no magick either :D

"binary data" means "non human readable format", ie "not text"

This said, every file containing some ASCII characters like the bell (Ctrl-G, #7), TAB (#4?), CR, LF, ESC or EOF (Ctr-Z) can be considered "binary", but text files do contain them so "not pure text" means usually "text not containing only character and associated printable character codes from the ASCII-7 or ASCII-8 charset"

in other words, RTF, EPS and CSV are text formats, PDF and DOC are not.

Open a .doc file in notepad to see when we mean by "binary data".

regards
Logged

techie overlord, answers all kind of questions on http://www.europeanexperts.org
Pages: [1]
« previous next »
    Jump to: