Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
1 Commented Post
0 Endorsements
Ranked #55.0K
Ranked #4K
~2K People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for janzaldo

[code] function arrayToString($array){ $i = 0; $string = ''; foreach ($array as $index => $value ){ if($i != count($array)-1){ $string .= "$index :$value, "; }else $string .= "$index :$value"; $i++; } $string = '['.$string.']'; return $string; } [/code] this is a basic json vector you'll receive something like this [index: …

Member Avatar for mihai_daniel
0
1K
Member Avatar for PF2G
Member Avatar for xShirowx
0
105

The End.