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

  • Home
  • SEARCH
  • 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 6133775
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T17:16:17+00:00 2026-05-23T17:16:17+00:00

I have an INI file that has been created by an AutoHotKey program written

  • 0

I have an INI file that has been created by an AutoHotKey program written by another member of a team I am working on. I am trying to read the file into PHP as an array. I am using the built in file() function. When I read in the file and then display it using var_dump($file) ($file is the name of the array the file is being read into) each character is preceded by a “\0″(which is a null character). Each Has anyone seen this happen before? I could just remove all the null characters after I read in the file, but I would prefer to find a solution.

When I open the ini file in text editors it opens just fine. I also read in using the file() function the desktop.ini file created by Windows and it read in as expected, the characters were not preceded by “\0”

  • 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-23T17:16:17+00:00Added an answer on May 23, 2026 at 5:16 pm

    It has to do with the encoding of the file. Some (most) unicode encodings require 2 bytes per character. This means that each single byte character is prefixed with a \0. The file is still perfectly valid, but if you try to read it with a windows-1252 type single byte encoding it will look odd. You can try feeding it through utf8_decode and see if that clears it up. UTF 8 is a potential multibyte encoding from 1 to 4 bytes (with a minimum of 1).
    Your text editor automatically figure this out and opens it as unicode which is why it looks fine there.

    Note: because it uses a 2 byte encoding, it is specifically not utf-8, it may be utf-16, but the UTF-8 functions may be able to parse it.

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

Sidebar

Related Questions

I have an application that has been working with session variables no problem. I
I have an INI file that I want to read the line DeviceName=PHJ01444-MC35 from
I am trying to remove two viewcontrollers (that have been added on top of
I have a .ini file with sensitive information in my php wab app. I
I have a command working fine on a server. Now I'm trying it on
I have a Pylons app that I'm trying to set up using Apache and
I have an application in Zend Framework that has to run for a different
I have a php script that is reading a remote CSV file, and adding
I have a script that has the following content: <?php if(isset($_POST['sent-urls']) || $_POST['sent-urls'] ==
I want to turn off PHP's magic quotes. I don't have access to php.ini.

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.