PHP Classes

Packages of Hakob Hakobyan

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Hakob Hakobyan (2)  >  Mission progress status  >  Reputation  
Picture of Hakob Hakobyan
Name: Hakob Hakobyan <contact>
Classes: 2
Country: United States United States
Age: 34
All time rank: 3601478 in United States United States
Week rank: 195 Up19 in United States United States Up
All time users: 384
Week users: 0
Innovation award
Innovation award
Nominee: 1x
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image JSON XML Creator and Parser  
Create and parse XML data from JSON
This class can create and parse XML data from JSON.

It can take JSON string and decode it to generate a XML document with the JSON data structure.

The class can also take DOMDocument object of a XML document and parse it to extract its data into an array.

This may be used when accessing eBay Api and need to create XML to interact with it.

  Files folder image PHP Bracket Checker Parser  
PHP Programming Innovation award nominee
June 2016
Number 12
Parse expressions and return if brackets match
This class can parse expressions and return if brackets match.

It can take a text expression enclosed with brackets and determines if the number and order of open brackets correctly match the closing brackets.

Currently it supports brackets like (, [ and { .


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z