Elementindex.html:
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- template designed by Marco Von Ballmoos -->
<title></title>
<link rel="stylesheet" href="media/stylesheet.css" />
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
</head>
<body>
<a name="top"></a>
<h2>Full index</h2>
<h3>Package indexes</h3>
<ul>
<li><a href="elementindex_MySQL.html">MySQL</a></li>
</ul>
<br />
<div class="index-letter-menu">
<a class="index-letter" href="elementindex.html#a">a</a>
<a class="index-letter" href="elementindex.html#c">c</a>
<a class="index-letter" href="elementindex.html#d">d</a>
<a class="index-letter" href="elementindex.html#g">g</a>
<a class="index-letter" href="elementindex.html#r">r</a>
<a class="index-letter" href="elementindex.html#s">s</a>
</div>
<a name="a"></a>
<div class="index-letter-section">
<div style="float: left" class="index-letter-title">a</div>
<div style="float: right"><a href="#top">top</a></div>
<div style="clear: both"></div>
</div>
<dl>
<dt class="field">
<span class="method-title">add_word_to_ignore</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="MySQL/spell_checker.html#methodadd_word_to_ignore">spell_checker::add_word_to_ignore()</a> in spell-checker-class.php</div>
<div class="index-item-description">Adds a word to the ignore array.</div>
</dd>
</dl>
<a name="c"></a>
<div class="index-letter-section">
<div style="float: left" class="index-letter-title">c</div>
<div style="float: right"><a href="#top">top</a></div>
<div style="clear: both"></div>
</div>
<dl>
<dt class="field">
<span class="method-title">check_word</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="MySQL/spell_checker.html#methodcheck_word">spell_checker::check_word()</a> in spell-checker-class.php</div>
<div class="index-item-description">Checks if a word is in the dictionary table</div>
</dd>
<dt class="field">
<span class="method-title">close_db</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="MySQL/spell_checker.html#methodclose_db">spell_checker::close_db()</a> in spell-checker-class.php</div>
<div class="index-item-description">Closes the link to MySQL</div>
</dd>
</dl>
<a name="d"></a>
<div class="index-letter-section">
<div style="float: left" class="index-letter-title">d</div>
<div style="float: right"><a href="#top">top</a></div>
<div style="clear: both"></div>
</div>
<dl>
<dt class="field">
<span class="method-title">db_connect</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="MySQL/spell_checker.html#methoddb_connect">spell_checker::db_connect()</a> in spell-checker-class.php</div>
<div class="index-item-description">connects to the db and selects the db</div>
</dd>
</dl>
<a name="g"></a>
<div class="index-letter-section">
<div style="float: left" class="index-letter-title">g</div>
<div style="float: right"><a href="#top">top</a></div>
<div style="clear: both"></div>
</div>
<dl>
<dt class="field">
<span class="method-title">get_all_wrong_words</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="MySQL/spell_checker.html#methodget_all_wrong_words">spell_checker::get_all_wrong_words()</a> in spell-checker-class.php</div>
<div class="index-item-description">Gets all the worng words and puts them in an array.</div>
</dd>
<dt class="field">
<span class="method-title">get_next_wrong_word</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="MySQL/spell_checker.html#methodget_next_wrong_word">spell_checker::get_next_wrong_word()</a> in spell-checker-class.php</div>
<div class="index-item-description">Gets the next wrong word</div>
</dd>
<dt class="field">
<span class="method-title">get_words_from_str</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="MySQL/spell_checker.html#methodget_words_from_str">spell_checker::get_words_from_str()</a> in spell-checker-class.php</div>
<div class="index-item-description">matches all the words and puts them in the word array</div>
</dd>
</dl>
<a name="r"></a>
<div class="index-letter-section">
<div style="float: left" class="index-letter-title">r</div>
<div style="float: right"><a href="#top">top</a></div>
<div style="clear: both"></div>
</div>
<dl>
<dt class="field">
<span class="method-title">replace_all</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="MySQL/spell_checker.html#methodreplace_all">spell_checker::replace_all()</a> in spell-checker-class.php</div>
<div class="index-item-description">Replaces all the words in str.</div>
</dd>
<dt class="field">
<span class="method-title">reset_get_next_wrong_word</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="MySQL/spell_checker.html#methodreset_get_next_wrong_word">spell_checker::reset_get_next_wrong_word()</a> in spell-checker-class.php</div>
<div class="index-item-description">Resets the place for get_next_wrong_word()</div>
</dd>
</dl>
<a name="s"></a>
<div class="index-letter-section">
<div style="float: left" class="index-letter-title">s</div>
<div style="float: right"><a href="#top">top</a></div>
<div style="clear: both"></div>
</div>
<dl>
<dt class="field">
<span class="include-title">spell-checker-class.php</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="MySQL/_documentor__spell-checker-class_php.html">spell-checker-class.php</a> in spell-checker-class.php</div>
</dd>
<dt class="field">
<span class="method-title">set_mysql_info</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="MySQL/spell_checker.html#methodset_mysql_info">spell_checker::set_mysql_info()</a> in spell-checker-class.php</div>
<div class="index-item-description">Sets the MySQL infomation</div>
</dd>
<dt class="field">
spell_checker
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="MySQL/spell_checker.html">spell_checker</a> in spell-checker-class.php</div>
<div class="index-item-description">Simple PHP MySQL Spell checker class.</div>
</dd>
<dt class="field">
<span class="method-title">suggest</span>
</dt>
<dd class="index-item-body">
<div class="index-item-details"><a href="MySQL/spell_checker.html#methodsuggest">spell_checker::suggest()</a> in spell-checker-class.php</div>
<div class="index-item-description">Finds any words with the same soundex as the word and returns them in an array.</div>
</dd>
</dl>
<div class="index-letter-menu">
<a class="index-letter" href="elementindex.html#a">a</a>
<a class="index-letter" href="elementindex.html#c">c</a>
<a class="index-letter" href="elementindex.html#d">d</a>
<a class="index-letter" href="elementindex.html#g">g</a>
<a class="index-letter" href="elementindex.html#r">r</a>
<a class="index-letter" href="elementindex.html#s">s</a>
</div>
</body>
</html>
Other Development Tools Scripts: