Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is the difference between characters \034 and \x34?
Home
PHP
What is the difference between characters \034 and \x34?
asked
Jun 23, 2019
in
PHP
by
SakshiSharma
(
32.2k
points)
What is the difference between characters \034 and \x34?
#php
#php-php
#php-server-monitor-script
#php-support
#mysql-php
#php-programmer
#php-development
#php-language
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 23, 2019
by
anonymous
\034 is octal 34 and \x34 is hex 34.
Related questions
0
votes
Q: Is it possible to protect special characters in a query string?
asked
Jun 23, 2019
in
PHP
by
SakshiSharma
(
32.2k
points)
#php
#php-php
#php-server-monitor-script
#php-support
#mysql-php
#php-programmer
#php-development
#php-language
0
votes
Q: How is it possible to remove escape characters from a string?
asked
Jun 22, 2019
in
PHP
by
SakshiSharma
(
32.2k
points)
#php
#php-php
#php-server-monitor-script
#php-support
#mysql-php
#php-programmer
#php-development
#php-language
0
votes
Q: What is the difference between ereg_replace() and eregi_replace()?
asked
Jun 23, 2019
in
PHP
by
SakshiSharma
(
32.2k
points)
#php
#php-php
#php-server-monitor-script
#php-support
#mysql-php
#php-programmer
#php-development
#php-language
0
votes
Q: what is the difference between for and foreach?
asked
Jun 23, 2019
in
PHP
by
SakshiSharma
(
32.2k
points)
#php
#php-php
#php-server-monitor-script
#php-support
#mysql-php
#php-programmer
#php-development
#php-language
0
votes
Q: What is the difference between the functions strstr() and stristr()?
asked
Jun 23, 2019
in
PHP
by
SakshiSharma
(
32.2k
points)
#php
#php-php
#php-server-monitor-script
#php-support
#mysql-php
#php-programmer
#php-development
#php-language
0
votes
Q: what is the difference between Exception::getMessage and Exception:: getLine?
asked
Jun 23, 2019
in
PHP
by
SakshiSharma
(
32.2k
points)
#php
#php-php
#php-server-monitor-script
#php-support
#mysql-php
#php-programmer
#php-development
#php-language
+1
vote
Q: what the difference between the 'BITWISE AND' operator and the 'LOGICAL AND' operator?
asked
Jun 23, 2019
in
PHP
by
SakshiSharma
(
32.2k
points)
#php
#php-php
#php-server-monitor-script
#php-support
#mysql-php
#php-programmer
#php-development
#php-language
0
votes
Q: What is the difference between $_FILES['userfile']['name'] and $_FILES['userfile']['tmp_name']?
asked
Jun 23, 2019
in
PHP
by
SakshiSharma
(
32.2k
points)
#php
#php-php
#php-server-monitor-script
#php-support
#mysql-php
#php-programmer
#php-development
#php-language
0
votes
Q: What is the difference between session_unregister() and session_unset()?
asked
Jun 23, 2019
in
PHP
by
SakshiSharma
(
32.2k
points)
#php
#php-php
#php-server-monitor-script
#php-support
#mysql-php
#php-programmer
#php-development
#php-language
0
votes
Q: What's the difference between __sleep and __wakeup?
asked
Jun 23, 2019
in
PHP
by
SakshiSharma
(
32.2k
points)
#php
#php-php
#php-server-monitor-script
#php-support
#mysql-php
#php-programmer
#php-development
#php-language
0
votes
Q: What is the difference between mysqli_fetch_object() and mysqli_fetch_array()?
asked
Jun 22, 2019
in
PHP
by
SakshiSharma
(
32.2k
points)
#php
#php-php
#php-server-monitor-script
#php-support
#mysql-php
#php-programmer
#php-development
#php-language
0
votes
Q: What is the main difference between require() and require_once()?
asked
Jun 22, 2019
in
PHP
by
SakshiSharma
(
32.2k
points)
#php
#php-php
#php-server-monitor-script
#php-support
#mysql-php
#php-programmer
#php-development
#php-language
0
votes
Q: What is the main difference between PHP 4 and PHP 5?
asked
Jun 22, 2019
in
PHP
by
SakshiSharma
(
32.2k
points)
#php
#php-php
#php-server-monitor-script
#php-support
#mysql-php
#php-programmer
#php-development
#php-language
0
votes
Q: What is the differences between $a != $b and $a !== $b?
asked
Jun 23, 2019
in
PHP
by
SakshiSharma
(
32.2k
points)
#php
#php-php
#php-server-monitor-script
#php-support
#mysql-php
#php-programmer
#php-development
#php-language
0
votes
Q: Explain whether it is possible to share a single instance of a Memcache between multiple PHP projects?
asked
Jun 23, 2019
in
PHP
by
SakshiSharma
(
32.2k
points)
#php
#php-php
#php-server-monitor-script
#php-support
#mysql-php
#php-programmer
#php-development
#php-language
...