mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
82831d9ed7
commit
fea1f5170b
2 changed files with 6 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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>.
|
||||
|
||||
<!--
|
||||
|
||||
|
|
Loading…
Reference in a new issue