<?php strlen(string $string): int
<?php protected function build(DOMNode $parent, string $nodeName, mixed $nodeValue, $namespace = null): void { if (is_null($nodeValue) || (is_string($nodeValue) && strlen($nodeValue) === 0)) { return; }