<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 1: FEATURE REQUEST, NEW FUNCTIONS</title><link>https://sourceforge.net/p/php-sqlite3/support-requests/1/</link><description>Recent changes to 1: FEATURE REQUEST, NEW FUNCTIONS</description><atom:link href="https://sourceforge.net/p/php-sqlite3/support-requests/1/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 14 Jun 2006 05:02:47 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/php-sqlite3/support-requests/1/feed.rss" rel="self" type="application/rss+xml"/><item><title>FEATURE REQUEST, NEW FUNCTIONS</title><link>https://sourceforge.net/p/php-sqlite3/support-requests/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;could you put a new function?&lt;br /&gt;
bool *sqlite3_seek* ( resource result, int rownum )&lt;br /&gt;
*sqlite3_seek()* seeks to the row given by the&lt;br /&gt;
parameter rownum.&lt;/p&gt;
&lt;p&gt;with this we can make in PHP script, function like&lt;br /&gt;
mysql_result($table,$row,$field) using sqlite3_fetch_array&lt;/p&gt;
&lt;p&gt;and if you could change&lt;br /&gt;
bool sqlite3_create_function (resource sqlite3, string&lt;br /&gt;
func_name, integer num_args, string callback_name)&lt;/p&gt;
&lt;p&gt;to:&lt;br /&gt;
bool sqlite3_create_function (resource sqlite3, string&lt;br /&gt;
func_name, string callback_name, integer num_args =-1)&lt;/p&gt;
&lt;p&gt;like sqlite2, where num_args=-1 make it be any number&lt;br /&gt;
of arguments&lt;/p&gt;
&lt;p&gt;thank you&lt;br /&gt;
very good job,&lt;br /&gt;
please if it's ease to create sqlite3 C function on PHP&lt;br /&gt;
send me a example and i can help you building this library,&lt;br /&gt;
good bye&lt;br /&gt;
Roberto Spadim&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 14 Jun 2006 05:02:47 -0000</pubDate><guid>https://sourceforge.netdc5bf0de5a69b11fcf886520eabfd5fe03fc820a</guid></item></channel></rss>