PHP Classes

Package improvement suggestion

Recommend this page to a friend!

      PHP Ignore JSON Key  >  All threads  >  Package improvement suggestion  >  (Un) Subscribe thread alerts  
Subject:Package improvement suggestion
Summary:Regular expressions is more sutable here
Messages:1
Author:Oleg Zorin
Date:2016-10-25 07:08:05
 

 


  1. Package improvement suggestion   Reply   Report abuse  
Picture of Oleg Zorin Oleg Zorin - 2016-10-25 07:08:05
Janjan, good day.

I have a look on code of your class. You are using strpos(), substr() and other string functions.

From my point of view, regulat expressions is more effective in tasks of text processing.

Take a look. Probably you could improve performance of your class.