From 1d75749ee3ea0273054edb8e4a9fd34e53bce60f Mon Sep 17 00:00:00 2001 From: Mark Skilbeck Date: Thu, 23 Sep 2010 11:21:00 +0000 Subject: [PATCH] Added entities and role attributes, as per Richard's suggestion git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@303721 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/fileinfo/functions/finfo-buffer.xml | 8 ++++---- reference/fileinfo/functions/finfo-close.xml | 6 +++--- reference/fileinfo/functions/finfo-file.xml | 8 ++++---- reference/fileinfo/functions/finfo-open.xml | 6 +++--- reference/fileinfo/functions/finfo-set-flags.xml | 8 ++++---- 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/reference/fileinfo/functions/finfo-buffer.xml b/reference/fileinfo/functions/finfo-buffer.xml index 4b3a4af2f6..4e9def3f24 100644 --- a/reference/fileinfo/functions/finfo-buffer.xml +++ b/reference/fileinfo/functions/finfo-buffer.xml @@ -8,18 +8,18 @@ &reftitle.description; - Procedural style - + &style.procedural; + stringfinfo_buffer resourcefinfo stringstring&null; intoptionsFILEINFO_NONE resourcecontext&null; - OOP style + &style.oop; finfo - + stringbuffer stringstring&null; intoptionsFILEINFO_NONE diff --git a/reference/fileinfo/functions/finfo-close.xml b/reference/fileinfo/functions/finfo-close.xml index 1dbf2d73b7..44340dd631 100644 --- a/reference/fileinfo/functions/finfo-close.xml +++ b/reference/fileinfo/functions/finfo-close.xml @@ -8,12 +8,12 @@ &reftitle.description; - Procedural style - + &style.procedural; + boolfinfo_close resourcefinfo - OOP style + &style.oop; finfo diff --git a/reference/fileinfo/functions/finfo-file.xml b/reference/fileinfo/functions/finfo-file.xml index 851c7fa9a8..6b22cf239f 100644 --- a/reference/fileinfo/functions/finfo-file.xml +++ b/reference/fileinfo/functions/finfo-file.xml @@ -8,18 +8,18 @@ &reftitle.description; - Procedural style - + &style.procedural; + stringfinfo_file resourcefinfo stringfile_name&null; intoptionsFILEINFO_NONE resourcecontext&null; - OOP style + &style.oop; finfo - + stringfile stringfile_name&null; intoptionsFILEINFO_NONE diff --git a/reference/fileinfo/functions/finfo-open.xml b/reference/fileinfo/functions/finfo-open.xml index 077bd46051..7d9db07716 100644 --- a/reference/fileinfo/functions/finfo-open.xml +++ b/reference/fileinfo/functions/finfo-open.xml @@ -9,13 +9,13 @@ &reftitle.description; - Procedural style - + &style.procedural; + resourcefinfo_open intoptionsFILEINFO_NONE stringmagic_file&null; - Object oriented style (constructor): + &style.oop; (constructor): finfo diff --git a/reference/fileinfo/functions/finfo-set-flags.xml b/reference/fileinfo/functions/finfo-set-flags.xml index 695c43bf5d..8436b37f99 100644 --- a/reference/fileinfo/functions/finfo-set-flags.xml +++ b/reference/fileinfo/functions/finfo-set-flags.xml @@ -8,16 +8,16 @@ &reftitle.description; - Procedural style - + &style.procedural; + boolfinfo_set_flags resourcefinfo intoptions - OOP style + &style.oop; finfo - + boolset_flags intoptions