PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Thiago Augustus Oliveira   PHP XML Remove Spaces   README.md   Download  
File: README.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: PHP XML Remove Spaces
Trim spaces from XML tag values
Author: By
Last change:
Date: 8 years ago
Size: 991 bytes
 

Contents

Class file image Download

php-xml-nospace

Scrutinizer Code Quality Build Status Code Climate Build Status

Innovation Award

Remove both side spaces between words in a .xml file

Example

$xml = simplexml_load_file( $xml_file );
var_dump( '<pre>', NoXMLSpace::noSpace($xml) );