php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Ascii code"

Are there alternative methods in PHP to convert ASCII to Unicode more effectively?

Converting ASCII to Unicode in PHP can be done effectively using the `mb_convert_encoding` function. This function allows you to specify the source en...

What are the advantages of using winscp or uploading files as binary instead of ASCII for PHP files?

When uploading PHP files using winscp or any other file transfer method, it is recommended to upload files as binary instead of ASCII. This is because...

What function in PHP can be used to convert a character to its ASCII value?

To convert a character to its ASCII value in PHP, you can use the `ord()` function. This function takes a single character as input and returns its AS...

What is the difference between ASCII and Plain-Text in PHP?

ASCII is a character encoding standard that uses 7-bit binary numbers to represent characters. Plain text, on the other hand, refers to text that is n...

What alternative methods can be used for EBCDIC to ASCII conversion in PHP if the Apache function is not available?

If the Apache function for EBCDIC to ASCII conversion is not available in PHP, an alternative method is to use a custom conversion table to map EBCDIC...

Showing 36 to 40 of 10000 results

‹ 1 2 ... 5 6 7 8 9 10 11 ... 1999 2000 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.