DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PHP
Notice: Array to string conversion php
// suppress the Notices:
error_reporting
(
0
)
;
print
(
array
(
1
,
2
,
3
)
)
;
//Prints 'Array' without a Notice.
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#Array
#string
#conversion
#php
ADD COMMENT
Topic
COMMENT
Name
1+8 =
Submit