Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6091993
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T12:23:30+00:00 2026-05-23T12:23:30+00:00

A simple and stupid question that im wondering. I saw in the PHP Manul

  • 0

A simple and stupid question that im wondering.

I saw in the PHP Manul that PHP only supports a 256-character set.
But is not specified if is the ASCII code.

From the PHP manual i found This page
That confuse me more.

I wanna know if depends of the operating system.

Native support from PHP are the ASCII code?
One document that stipulate it?

What about This Encode supports?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T12:23:31+00:00Added an answer on May 23, 2026 at 12:23 pm

    PHP uses ASCI characters each of a byte containing 8 bit. That’s all.

    PHP doesn’t care about the interpretation of each byte, it just reads from a source or writes to a sink.

    To which specific code-page these bytes belong doesn’t matter. PHP doesn’t care about it.

    If your PHP-Script interacts with a web-server, each page should contain a hint, which defines the correct interpreation in the <head> of a <html> page:

    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
    

    The above declaration defines, that the characters of the HTML-page should be interpreted as ISO Latin-1 codes. Additionally, if the page sends back characters to the PHP-script, the browser sends them as ISO Latin-1 encoded ASCII characters.

    If you forget to define a Content-Type, it’s up to the browser to use a code page / text encoding.

    That said, you are free to use any ASCII text-encoding that best fits your needs. But never forget to set a Content-Type in a web-page.

    Extensions like iconv help out, in case you need to process e.g. UTF-8 characters.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know, I am asking very simple and stupid question but i want to
This is a very simple question and I feel stupid for asking it, but
I like to ask something that may be simple and stupid, but I can't
I have a simple and probably stupid question, but I can't really find any
I have a stupid question :) I'm working on a simple php document which
I have simple but stupid question. We use access modifiers in Java to access
This is probably a very simple and stupid question to ask, but I have
It is a simple stupid question, but i cant find any info on the
This feels like a stupid question, but is there a simple control for WPF
Surprisingly simple/stupid/basic question, but I have no idea: Suppose I want to return the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.