Number of records Json Data has?

hishyblog

New Member
Is there a function to find out the number of recodes that is being decoded \[code\] $doctors= json_decode(file_get_contents($url_containing_doctors_list),true);\[/code\]So i would have to write a forloop and then increase the counter for Count variable ?
 
Back
Top