Fixed some XML

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48245 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jeroen van Wolffelaar 2001-05-23 11:05:49 +00:00
parent 82831d9ed7
commit fea1f5170b
2 changed files with 6 additions and 4 deletions

View file

@ -676,8 +676,9 @@ $pspell_link = pspell_new_personal ($pspell_config, "en");
<function>pspell_save_wordlist</function>, if desired. However, the
replacement pairs are not saved. In order to save replacement pairs, you
should create a config using <function>pspell_config_create</function>,
set the personal wordlist file with <function>pspell_config_personal
</function>, set the file for replacement pairs with
set the personal wordlist file with
<function>pspell_config_personal</function>,
set the file for replacement pairs with
<function>pspell_config_repl</function>, and open a new dictionary with
<function>pspell_new_config</function>.
</simpara>

View file

@ -923,8 +923,9 @@ $item_val = odbc_result ($Query_ID, "val");
</para>
<para>
Field indices start from 1. Regarding the way binary or
long column data is returned refer to <function>odbc_binmode
</function> and <function>odbc_longreadlen</function>.
long column data is returned refer to
<function>odbc_binmode</function> and
<function>odbc_longreadlen</function>.
<!--