From 6f4ea969eae0745abce32eff5e22b6230f9369ec Mon Sep 17 00:00:00 2001 From: Jeroen van Wolffelaar Date: Sun, 24 Jun 2001 23:13:23 +0000 Subject: [PATCH] Fixed some identifiers. Updated TODO git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50163 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/domxml.xml | 32 ++++++++++++++++---------------- functions/satellite.xml | 8 ++++---- functions/shmop.xml | 20 ++++++++++---------- 3 files changed, 30 insertions(+), 30 deletions(-) diff --git a/functions/domxml.xml b/functions/domxml.xml index f64b4fc9ee..7a8ca0e12a 100644 --- a/functions/domxml.xml +++ b/functions/domxml.xml @@ -491,7 +491,7 @@ - + domxml_root @@ -554,7 +554,7 @@ print_r($root); - + domxml_add_root @@ -580,18 +580,18 @@ print_r($root); <?php $doc = new_xmldoc("1.0"); -$root = $doc->add_root("HTML"); -$head = $root->new_child("HEAD", ""); -$head->new_child("TITLE", "Hier der Titel"); -echo $doc->dumpmem(); -?> +$root = $doc->add_root("HTML"); +$head = $root->new_child("HEAD", ""); +$head->new_child("TITLE", "Hier der Titel"); +echo $doc->dumpmem(); +?> - + domxml_dumpmem @@ -617,7 +617,7 @@ echo $doc->dumpmem(); - + domxml_attributes @@ -639,7 +639,7 @@ echo $doc->dumpmem(); - + domxml_get_attribute @@ -665,7 +665,7 @@ echo $doc->dumpmem(); - + domxml_set_attribute @@ -706,7 +706,7 @@ echo $doc->dumpmem(); - + domxml_children @@ -745,7 +745,7 @@ $children = $head->children() - + domxml_new_child @@ -767,7 +767,7 @@ $children = $head->children() - + domxml_new_xmldoc @@ -791,7 +791,7 @@ $children = $head->children() - + xpath_new_context @@ -814,7 +814,7 @@ $children = $head->children() - + xpath_eval diff --git a/functions/satellite.xml b/functions/satellite.xml index 37f33c35a1..08b0cd6108 100644 --- a/functions/satellite.xml +++ b/functions/satellite.xml @@ -1,6 +1,6 @@ @@ -59,7 +59,7 @@ shmop_close($shm_id); - + shmop_open Create or open shared memory block @@ -124,7 +124,7 @@ $shm_id = shmop_open(0x0fff, "c", 0644, 100); - + shmop_read Read data from shared memory block @@ -164,7 +164,7 @@ $shm_data = shmop_read($shm_id, 0, 50); - + shmop_write Write data into shared memory block @@ -206,7 +206,7 @@ $shm_bytes_written = shmop_write($shm_id, $my_string, 0); - + shmop_size Get size of shared memory block @@ -246,7 +246,7 @@ $shm_size = shmop_size($shm_id); - + shmop_delete Delete shared memory block @@ -284,7 +284,7 @@ shmop_delete($shm_id); - + shmop_close Close shared memory block