не знаю что

This commit is contained in:
2024-07-24 10:05:45 +05:00
parent d9e5677a8c
commit 5cca3481c4
11 changed files with 42 additions and 55 deletions

View File

@ -61,6 +61,8 @@
*/
function findFirstNode($node, $nodename)
{
if($node==null) return null;
$mas=array();
$pos=0;
$mas[$pos] = $node->firstChild;