Search
 
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
Name
9+4 =