<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://deltanine.net/mw/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=118.93.27.40</id>
	<title>zen2 - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://deltanine.net/mw/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=118.93.27.40"/>
	<link rel="alternate" type="text/html" href="https://deltanine.net/mw/index.php?title=Special:Contributions/118.93.27.40"/>
	<updated>2026-09-11T16:51:12Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.32.1</generator>
	<entry>
		<id>https://deltanine.net/mw/index.php?title=TYpe3:_Bugfix_for_Firefox_3_Backend&amp;diff=890</id>
		<title>TYpe3: Bugfix for Firefox 3 Backend</title>
		<link rel="alternate" type="text/html" href="https://deltanine.net/mw/index.php?title=TYpe3:_Bugfix_for_Firefox_3_Backend&amp;diff=890"/>
		<updated>2008-10-26T03:21:21Z</updated>

		<summary type="html">&lt;p&gt;118.93.27.40: New page: http://typo3.org/extensions/repository/view/mn_ff3_be_bugfix/current/info/README.txt/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;http://typo3.org/extensions/repository/view/mn_ff3_be_bugfix/current/info/README.txt/&lt;/div&gt;</summary>
		<author><name>118.93.27.40</name></author>
		
	</entry>
	<entry>
		<id>https://deltanine.net/mw/index.php?title=PHP:_Delete_an_item_from_an_array&amp;diff=710</id>
		<title>PHP: Delete an item from an array</title>
		<link rel="alternate" type="text/html" href="https://deltanine.net/mw/index.php?title=PHP:_Delete_an_item_from_an_array&amp;diff=710"/>
		<updated>2008-10-26T03:20:08Z</updated>

		<summary type="html">&lt;p&gt;118.93.27.40: New page: &amp;lt;pre&amp;gt;  /**  * This function will remove all the specified values from an array and return the final array.  * Arguments :    The first argument is the array that should be edited  *       ...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
 /**&lt;br /&gt;
 * This function will remove all the specified values from an array and return the final array.&lt;br /&gt;
 * Arguments :    The first argument is the array that should be edited&lt;br /&gt;
 *                The arguments after the first argument is a list of values that must be removed.&lt;br /&gt;
 * Example : array_remove_value($arr,&amp;quot;one&amp;quot;,&amp;quot;two&amp;quot;,&amp;quot;three&amp;quot;);&lt;br /&gt;
 * Return : The function will return an array after deleting the said values&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
		function array_remove_value() {&lt;br /&gt;
			$args = func_get_args();&lt;br /&gt;
			$arr = $args[0];&lt;br /&gt;
			$values = array_slice($args,1);&lt;br /&gt;
			foreach($arr as $k=&amp;gt;$v) {&lt;br /&gt;
				if(in_array($v, $values))&lt;br /&gt;
				unset($arr[$k]);&lt;br /&gt;
			}&lt;br /&gt;
			return $arr;&lt;br /&gt;
		}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>118.93.27.40</name></author>
		
	</entry>
	<entry>
		<id>https://deltanine.net/mw/index.php?title=Load_MySQL_database_from_.sql_file&amp;diff=602</id>
		<title>Load MySQL database from .sql file</title>
		<link rel="alternate" type="text/html" href="https://deltanine.net/mw/index.php?title=Load_MySQL_database_from_.sql_file&amp;diff=602"/>
		<updated>2008-10-26T03:17:54Z</updated>

		<summary type="html">&lt;p&gt;118.93.27.40: New page: &amp;lt;pre&amp;gt; mysql -u root -p  -h  localhost db_name &amp;lt; db_name.sql &amp;lt;/pre&amp;gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
mysql -u root -p  -h  localhost db_name &amp;lt; db_name.sql&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>118.93.27.40</name></author>
		
	</entry>
</feed>