<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 1: FEATURE REQUEST, NEW FUNCTIONS</title><link href="https://sourceforge.net/p/php-sqlite3/support-requests/1/" rel="alternate"/><link href="https://sourceforge.net/p/php-sqlite3/support-requests/1/feed.atom" rel="self"/><id>https://sourceforge.net/p/php-sqlite3/support-requests/1/</id><updated>2006-06-14T05:02:47Z</updated><subtitle>Recent changes to 1: FEATURE REQUEST, NEW FUNCTIONS</subtitle><entry><title>FEATURE REQUEST, NEW FUNCTIONS</title><link href="https://sourceforge.net/p/php-sqlite3/support-requests/1/" rel="alternate"/><published>2006-06-14T05:02:47Z</published><updated>2006-06-14T05:02:47Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netdc5bf0de5a69b11fcf886520eabfd5fe03fc820a</id><summary type="html">&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;</summary></entry></feed>