<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.wikivet.net/index.php?action=history&amp;feed=atom&amp;title=GlobalFunctions_PHP_Changes</id>
	<title>GlobalFunctions PHP Changes - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://en.wikivet.net/index.php?action=history&amp;feed=atom&amp;title=GlobalFunctions_PHP_Changes"/>
	<link rel="alternate" type="text/html" href="https://en.wikivet.net/index.php?title=GlobalFunctions_PHP_Changes&amp;action=history"/>
	<updated>2026-04-29T16:17:40Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>https://en.wikivet.net/index.php?title=GlobalFunctions_PHP_Changes&amp;diff=137138&amp;oldid=prev</id>
		<title>A.allison: Created page with &quot;===GlobalFunctions.php=== Starting line 3369 now reads: &lt;syntaxhighlight lang=&quot;php&quot;&gt; function wfAssembleUrl( $urlParts ) { 	$result = '';  	if ( isset( $urlParts['delimiter'] ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://en.wikivet.net/index.php?title=GlobalFunctions_PHP_Changes&amp;diff=137138&amp;oldid=prev"/>
		<updated>2012-04-20T15:01:16Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;===GlobalFunctions.php=== Starting line 3369 now reads: &amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot;&amp;gt; function wfAssembleUrl( $urlParts ) { 	$result = &amp;#039;&amp;#039;;  	if ( isset( $urlParts[&amp;#039;delimiter&amp;#039;] ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;===GlobalFunctions.php===&lt;br /&gt;
Starting line 3369 now reads:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
function wfAssembleUrl( $urlParts ) {&lt;br /&gt;
	$result = '';&lt;br /&gt;
&lt;br /&gt;
	if ( isset( $urlParts['delimiter'] ) ) {&lt;br /&gt;
		if ( isset( $urlParts['scheme'] ) ) {&lt;br /&gt;
			$result .= $urlParts['scheme'];&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		$result .= $urlParts['delimiter'];&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	if ( isset( $urlParts['host'] ) ) {&lt;br /&gt;
		if ( isset( $urlParts['user'] ) ) {&lt;br /&gt;
			$result .= $urlParts['user'];&lt;br /&gt;
			if ( isset( $urlParts['pass'] ) ) {&lt;br /&gt;
				$result .= ':' . $urlParts['pass'];&lt;br /&gt;
			}&lt;br /&gt;
			$result .= '@';&lt;br /&gt;
		}&lt;br /&gt;
&lt;br /&gt;
		$result .= $urlParts['host'];&lt;br /&gt;
&lt;br /&gt;
		if ( isset( $urlParts['port'] ) ) {&lt;br /&gt;
			$result .= ':' . $urlParts['port'];&lt;br /&gt;
		}&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	if ( isset( $urlParts['path'] ) ) {&lt;br /&gt;
		$result .= $urlParts['path'];&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	if ( isset( $urlParts['query'] ) ) {&lt;br /&gt;
		$result .= '?' . $urlParts['query'];&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	if ( isset( $urlParts['fragment'] ) ) {&lt;br /&gt;
		$result .= '#' . $urlParts['fragment'];&lt;br /&gt;
	}&lt;br /&gt;
&lt;br /&gt;
	return $result;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>A.allison</name></author>
	</entry>
</feed>