Showing posts from 2019

How to read SRT(Sub Title) file data and convert into array in PHP

Hello friends :) Today i am comming with another solution of my problem that i was facing recently. Actually i was working on an API. Lets clear it more i was working on captionhub API and my requirement was to read the .SRT(Sub Title) file and sto…

Loop through multidimensional json array using PHP

Today my requirement was to loop through a multidimentional Json. It means i have N numbers of nodes and sub-nodes in my json.  I have to read all the key and value into this and perform search operations.  After spending hours in Google. Finally i…

Load More
That is All