From b41f54c7e08ea5b241fec9ebaf8217968c0d55f1 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 23 Nov 2004 09:38:18 +0000 Subject: [PATCH] Replace invalid characters in git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@173352 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../apd/functions/apd-set-socket-session-trace.xml | 4 ++-- reference/com/functions/class.dotnet.xml | 4 ++-- reference/cpdf/functions/cpdf-arc.xml | 8 ++++---- reference/cpdf/functions/cpdf-circle.xml | 8 ++++---- reference/cpdf/functions/cpdf-import-jpeg.xml | 12 ++++++------ reference/cpdf/functions/cpdf-lineto.xml | 8 ++++---- reference/cpdf/functions/cpdf-moveto.xml | 10 +++++----- reference/cpdf/functions/cpdf-place-inline-image.xml | 10 +++++----- reference/cpdf/functions/cpdf-rect.xml | 8 ++++---- reference/cpdf/functions/cpdf-rlineto.xml | 8 ++++---- reference/cpdf/functions/cpdf-rmoveto.xml | 10 +++++----- reference/cpdf/functions/cpdf-scale.xml | 6 +++--- reference/cpdf/functions/cpdf-set-text-pos.xml | 6 +++--- reference/cpdf/functions/cpdf-show-xy.xml | 8 ++++---- reference/cpdf/functions/cpdf-text.xml | 8 ++++---- reference/cpdf/functions/cpdf-translate.xml | 10 +++++----- reference/mbstring/functions/mb-convert-encoding.xml | 12 ++++++------ .../mbstring/functions/mb-convert-variables.xml | 12 ++++++------ reference/mbstring/functions/mb-detect-order.xml | 10 +++++----- .../mbstring/functions/mb-encode-mimeheader.xml | 6 +++--- reference/oci8/functions/ocierror.xml | 6 +++--- reference/pdf/functions/pdf-open-image.xml | 4 ++-- reference/pdf/functions/pdf-scale.xml | 6 +++--- .../stream/functions/stream-context-get-options.xml | 4 ++-- .../stream/functions/stream-context-set-option.xml | 4 ++-- .../stream/functions/stream-context-set-params.xml | 4 ++-- reference/strings/functions/echo.xml | 4 ++-- 27 files changed, 100 insertions(+), 100 deletions(-) diff --git a/reference/apd/functions/apd-set-socket-session-trace.xml b/reference/apd/functions/apd-set-socket-session-trace.xml index 68c5654bf3..fd5435d55d 100644 --- a/reference/apd/functions/apd-set-socket-session-trace.xml +++ b/reference/apd/functions/apd-set-socket-session-trace.xml @@ -1,5 +1,5 @@ - + @@ -10,7 +10,7 @@ Description boolapd_set_socket_session_trace - string(ip_address or unix socket file) + stringip_address_or_unix_socket_file intsocket_type intport intdebug_level diff --git a/reference/com/functions/class.dotnet.xml b/reference/com/functions/class.dotnet.xml index 891ae5c983..e06c2745f8 100644 --- a/reference/com/functions/class.dotnet.xml +++ b/reference/com/functions/class.dotnet.xml @@ -1,5 +1,5 @@ - + DOTNET @@ -19,7 +19,7 @@ Methods stringDOTNET::DOTNET - stringassembly name + stringassembly_name stringclass_name intcodepage diff --git a/reference/cpdf/functions/cpdf-arc.xml b/reference/cpdf/functions/cpdf-arc.xml index 57a9c1e5d1..e7a0257455 100644 --- a/reference/cpdf/functions/cpdf-arc.xml +++ b/reference/cpdf/functions/cpdf-arc.xml @@ -1,5 +1,5 @@ - + @@ -11,8 +11,8 @@ boolcpdf_arc intpdf_document - floatx-coor - floaty-coor + floatx_coor + floaty_coor floatradius floatstart floatend @@ -21,7 +21,7 @@ The cpdf_arc function draws an arc with center at point - (x-coor, y-coor) + (x_coor, y_coor) and radius radius, starting at angle start and ending at angle end. &return.success; diff --git a/reference/cpdf/functions/cpdf-circle.xml b/reference/cpdf/functions/cpdf-circle.xml index 82e357cfeb..4a9372abe7 100644 --- a/reference/cpdf/functions/cpdf-circle.xml +++ b/reference/cpdf/functions/cpdf-circle.xml @@ -1,5 +1,5 @@ - + @@ -11,15 +11,15 @@ boolcpdf_circle intpdf_document - floatx-coor - floaty-coor + floatx_coor + floaty_coor floatradius intmode The cpdf_circle function draws a circle with center at point - (x-coor, y-coor) + (x_coor, y_coor) and radius radius. &return.success; diff --git a/reference/cpdf/functions/cpdf-import-jpeg.xml b/reference/cpdf/functions/cpdf-import-jpeg.xml index fee845d080..7ed588b7eb 100644 --- a/reference/cpdf/functions/cpdf-import-jpeg.xml +++ b/reference/cpdf/functions/cpdf-import-jpeg.xml @@ -1,5 +1,5 @@ - + @@ -12,13 +12,13 @@ intcpdf_import_jpeg intpdf_document stringfile_name - floatx-coor - floaty-coor + floatx_coor + floaty_coor floatangle floatwidth floatheight - floatx-scale - floaty-scale + floatx_scale + floaty_scale intgsave intmode @@ -27,7 +27,7 @@ stored in the file with the name file_name. The format of the image has to be jpeg. The image is placed on the current page at position - (x-coor, y-coor). + (x_coor, y_coor). The image is rotated by angle degrees. gsave should be non-zero to allow this function to operate correctly. diff --git a/reference/cpdf/functions/cpdf-lineto.xml b/reference/cpdf/functions/cpdf-lineto.xml index 3f73844bce..ced147eff2 100644 --- a/reference/cpdf/functions/cpdf-lineto.xml +++ b/reference/cpdf/functions/cpdf-lineto.xml @@ -1,5 +1,5 @@ - + @@ -11,14 +11,14 @@ boolcpdf_lineto intpdf_document - floatx-coor - floaty-coor + floatx_coor + floaty_coor intmode The cpdf_lineto function draws a line from the current point to the point with coordinates - (x-coor, y-coor). + (x_coor, y_coor). &return.success; diff --git a/reference/cpdf/functions/cpdf-moveto.xml b/reference/cpdf/functions/cpdf-moveto.xml index 8f4f501244..570e999bde 100644 --- a/reference/cpdf/functions/cpdf-moveto.xml +++ b/reference/cpdf/functions/cpdf-moveto.xml @@ -1,5 +1,5 @@ - + @@ -11,14 +11,14 @@ boolcpdf_moveto intpdf_document - floatx-coor - floaty-coor + floatx_coor + floaty_coor intmode The cpdf_moveto function set the current - point to the coordinates x-coor and - y-coor. &return.success; + point to the coordinates x_coor and + y_coor. &return.success; &cpdf.ul; diff --git a/reference/cpdf/functions/cpdf-place-inline-image.xml b/reference/cpdf/functions/cpdf-place-inline-image.xml index ca2c1b826e..1b6088dfa2 100644 --- a/reference/cpdf/functions/cpdf-place-inline-image.xml +++ b/reference/cpdf/functions/cpdf-place-inline-image.xml @@ -1,5 +1,5 @@ - + @@ -12,8 +12,8 @@ boolcpdf_place_inline_image intpdf_document intimage - floatx-coor - floaty-coor + floatx_coor + floaty_coor floatangle floatwidth floatheight @@ -23,8 +23,8 @@ The cpdf_place_inline_image function places an image created with the PHP image functions on the page at - position (x-coor, - y-coor). The image can be scaled at the + position (x_coor, + y_coor). The image can be scaled at the same time. &return.success; diff --git a/reference/cpdf/functions/cpdf-rect.xml b/reference/cpdf/functions/cpdf-rect.xml index 40b35c0fbb..81491a0808 100644 --- a/reference/cpdf/functions/cpdf-rect.xml +++ b/reference/cpdf/functions/cpdf-rect.xml @@ -1,5 +1,5 @@ - + @@ -11,8 +11,8 @@ boolcpdf_rect intpdf_document - floatx-coor - floaty-coor + floatx_coor + floaty_coor floatwidth floatheight intmode @@ -20,7 +20,7 @@ The cpdf_rect function draws a rectangle with its lower left corner at point - (x-coor, y-coor). + (x_coor, y_coor). This width is set to width. This height is set to height. &return.success; diff --git a/reference/cpdf/functions/cpdf-rlineto.xml b/reference/cpdf/functions/cpdf-rlineto.xml index 91cc72ff12..8341b02185 100644 --- a/reference/cpdf/functions/cpdf-rlineto.xml +++ b/reference/cpdf/functions/cpdf-rlineto.xml @@ -1,5 +1,5 @@ - + @@ -11,14 +11,14 @@ boolcpdf_rlineto intpdf_document - floatx-coor - floaty-coor + floatx_coor + floaty_coor intmode The cpdf_rlineto function draws a line from the current point to the relative point with coordinates - (x-coor, y-coor). + (x_coor, y_coor). &return.success; diff --git a/reference/cpdf/functions/cpdf-rmoveto.xml b/reference/cpdf/functions/cpdf-rmoveto.xml index 286c58a347..9f482fe998 100644 --- a/reference/cpdf/functions/cpdf-rmoveto.xml +++ b/reference/cpdf/functions/cpdf-rmoveto.xml @@ -1,5 +1,5 @@ - + @@ -11,14 +11,14 @@ boolcpdf_rmoveto intpdf_document - floatx-coor - floaty-coor + floatx_coor + floaty_coor intmode The cpdf_rmoveto function set the current point - relative to the coordinates x-coor and - y-coor. &return.success; + relative to the coordinates x_coor and + y_coor. &return.success; &cpdf.ul; diff --git a/reference/cpdf/functions/cpdf-scale.xml b/reference/cpdf/functions/cpdf-scale.xml index fa6889c6b4..fae1d0fb70 100644 --- a/reference/cpdf/functions/cpdf-scale.xml +++ b/reference/cpdf/functions/cpdf-scale.xml @@ -1,5 +1,5 @@ - + @@ -11,8 +11,8 @@ boolcpdf_scale intpdf_document - floatx-scale - floaty-scale + floatx_scale + floaty_scale The cpdf_scale function set the scaling factor diff --git a/reference/cpdf/functions/cpdf-set-text-pos.xml b/reference/cpdf/functions/cpdf-set-text-pos.xml index 8635a9042b..5abc7bbf31 100644 --- a/reference/cpdf/functions/cpdf-set-text-pos.xml +++ b/reference/cpdf/functions/cpdf-set-text-pos.xml @@ -1,5 +1,5 @@ - + @@ -11,8 +11,8 @@ boolcpdf_set_text_pos intpdf_document - floatx-coor - floaty-coor + floatx_coor + floaty_coor intmode diff --git a/reference/cpdf/functions/cpdf-show-xy.xml b/reference/cpdf/functions/cpdf-show-xy.xml index 5270491be2..12ede2509a 100644 --- a/reference/cpdf/functions/cpdf-show-xy.xml +++ b/reference/cpdf/functions/cpdf-show-xy.xml @@ -1,5 +1,5 @@ - + @@ -12,14 +12,14 @@ boolcpdf_show_xy intpdf_document stringtext - floatx-coor - floaty-coor + floatx_coor + floaty_coor intmode The cpdf_show_xy function outputs the string text at position with coordinates - (x-coor, y-coor). + (x_coor, y_coor). &return.success; diff --git a/reference/cpdf/functions/cpdf-text.xml b/reference/cpdf/functions/cpdf-text.xml index e3a1e7ecb6..b25fb4c938 100644 --- a/reference/cpdf/functions/cpdf-text.xml +++ b/reference/cpdf/functions/cpdf-text.xml @@ -1,5 +1,5 @@ - + @@ -12,8 +12,8 @@ boolcpdf_text intpdf_document stringtext - floatx-coor - floaty-coor + floatx_coor + floaty_coor intmode floatorientation intalignmode @@ -21,7 +21,7 @@ The cpdf_text function outputs the string text at position with coordinates - (x-coor, y-coor). + (x_coor, y_coor). &return.success; diff --git a/reference/cpdf/functions/cpdf-translate.xml b/reference/cpdf/functions/cpdf-translate.xml index 086157bc93..5c91553daa 100644 --- a/reference/cpdf/functions/cpdf-translate.xml +++ b/reference/cpdf/functions/cpdf-translate.xml @@ -1,5 +1,5 @@ - + @@ -11,13 +11,13 @@ boolcpdf_translate intpdf_document - floatx-coor - floaty-coor + floatx_coor + floaty_coor The cpdf_translate function set the origin of - coordinate system to the point (x-coor, - y-coor). &return.success; + coordinate system to the point (x_coor, + y_coor). &return.success; &cpdf.ul; diff --git a/reference/mbstring/functions/mb-convert-encoding.xml b/reference/mbstring/functions/mb-convert-encoding.xml index feb32d2186..fb8ad07866 100644 --- a/reference/mbstring/functions/mb-convert-encoding.xml +++ b/reference/mbstring/functions/mb-convert-encoding.xml @@ -1,5 +1,5 @@ - + @@ -11,20 +11,20 @@ stringmb_convert_encoding stringstr - stringto-encoding - mixedfrom-encoding + stringto_encoding + mixedfrom_encoding mb_convert_encoding converts character encoding of string str from - from-encoding to - to-encoding. + from_encoding to + to_encoding. str : String to be converted. - from-encoding is specified by character + from_encoding is specified by character code name before conversion. it can be array or string - comma separated enumerated list. If it is not specified, the internal encoding will be used. diff --git a/reference/mbstring/functions/mb-convert-variables.xml b/reference/mbstring/functions/mb-convert-variables.xml index 70e97f4b3f..9b6b463276 100644 --- a/reference/mbstring/functions/mb-convert-variables.xml +++ b/reference/mbstring/functions/mb-convert-variables.xml @@ -1,5 +1,5 @@ - + @@ -10,16 +10,16 @@ Description stringmb_convert_variables - stringto-encoding - mixedfrom-encoding + stringto_encoding + mixedfrom_encoding mixedvars mixed... mb_convert_variables convert character encoding of variables vars in - encoding from-encoding to encoding - to-encoding. It returns character encoding + encoding from_encoding to encoding + to_encoding. It returns character encoding before conversion for success, &false; for failure. @@ -29,7 +29,7 @@ encoding in single array or object. - It from-encoding is specified by + It from_encoding is specified by array or comma separated string, it tries to detect encoding from from-coding. When encoding is omitted, diff --git a/reference/mbstring/functions/mb-detect-order.xml b/reference/mbstring/functions/mb-detect-order.xml index 9726690a43..2e52768bf6 100644 --- a/reference/mbstring/functions/mb-detect-order.xml +++ b/reference/mbstring/functions/mb-detect-order.xml @@ -1,5 +1,5 @@ - + @@ -12,21 +12,21 @@ Description arraymb_detect_order - mixedencoding-list + mixedencoding_list mb_detect_order sets automatic character - encoding detection order to encoding-list. + encoding detection order to encoding_list. It returns &true; for success, &false; for failure. - encoding-list is array or comma separated + encoding_list is array or comma separated list of character encoding. ("auto" is expanded to "ASCII, JIS, UTF-8, EUC-JP, SJIS") - If encoding-list is omitted, it returns + If encoding_list is omitted, it returns current character encoding detection order as array. diff --git a/reference/mbstring/functions/mb-encode-mimeheader.xml b/reference/mbstring/functions/mb-encode-mimeheader.xml index 4f86993f81..9f0cc3adae 100644 --- a/reference/mbstring/functions/mb-encode-mimeheader.xml +++ b/reference/mbstring/functions/mb-encode-mimeheader.xml @@ -1,5 +1,5 @@ - + @@ -12,7 +12,7 @@ stringmb_encode_mimeheader stringstr stringcharset - stringtransfer-encoding + stringtransfer_encoding stringlinefeed @@ -26,7 +26,7 @@ is determined by the current NLS setting (mbstring.language). - transfer-encoding specifies the scheme of MIME + transfer_encoding specifies the scheme of MIME encoding. It should be either "B" (Base64) or "Q" (Quoted-Printable). Falls back to "B" if not given. diff --git a/reference/oci8/functions/ocierror.xml b/reference/oci8/functions/ocierror.xml index 99bd13c3c2..71ac3503ad 100644 --- a/reference/oci8/functions/ocierror.xml +++ b/reference/oci8/functions/ocierror.xml @@ -1,5 +1,5 @@ - + + @@ -10,7 +10,7 @@ Description intpdf_open_image - resourcePDF-document + resourcepdfdoc stringimagetype stringsource stringdata diff --git a/reference/pdf/functions/pdf-scale.xml b/reference/pdf/functions/pdf-scale.xml index 7967e41198..d14b755dc3 100644 --- a/reference/pdf/functions/pdf-scale.xml +++ b/reference/pdf/functions/pdf-scale.xml @@ -1,5 +1,5 @@ - + @@ -11,8 +11,8 @@ boolpdf_scale resourcepdfdoc - floatx-scale - floaty-scale + floatx_scale + floaty_scale Scale the coordinate system. &return.success; diff --git a/reference/stream/functions/stream-context-get-options.xml b/reference/stream/functions/stream-context-get-options.xml index 356d1f8aee..9d9efa2b36 100644 --- a/reference/stream/functions/stream-context-get-options.xml +++ b/reference/stream/functions/stream-context-get-options.xml @@ -1,5 +1,5 @@ - + stream_context_get_options @@ -9,7 +9,7 @@ Description arraystream_context_get_options - resourcestream|context + resourcestream_or_context Returns an array of options on the specified stream or context. diff --git a/reference/stream/functions/stream-context-set-option.xml b/reference/stream/functions/stream-context-set-option.xml index 1b18263e54..7f8c01177a 100644 --- a/reference/stream/functions/stream-context-set-option.xml +++ b/reference/stream/functions/stream-context-set-option.xml @@ -1,5 +1,5 @@ - + stream_context_set_option @@ -9,7 +9,7 @@ Description boolstream_context_set_option - resourcecontext|stream + resourcestream_or_context stringwrapper stringoption mixedvalue diff --git a/reference/stream/functions/stream-context-set-params.xml b/reference/stream/functions/stream-context-set-params.xml index 8158fa4995..c2a4baa8e7 100644 --- a/reference/stream/functions/stream-context-set-params.xml +++ b/reference/stream/functions/stream-context-set-params.xml @@ -1,5 +1,5 @@ - + stream_context_set_params @@ -9,7 +9,7 @@ Description boolstream_context_set_params - resourcestream|context + resourcestream_or_context arrayparams diff --git a/reference/strings/functions/echo.xml b/reference/strings/functions/echo.xml index 258d439020..3f8e003f8c 100644 --- a/reference/strings/functions/echo.xml +++ b/reference/strings/functions/echo.xml @@ -1,5 +1,5 @@ - + @@ -11,7 +11,7 @@ voidecho stringarg1 - stringargn... + string... Outputs all parameters.