4 $ * @since PHP 5 * @require PHP 4.0.0 (user_error) */ if (!function_exists('stripos')) { function stripos($haystack, $needle, $offset = null) { if (!is_scalar($haystack)) { user_error('stripos() expects parameter 1 to be string, ' . gettype($haystack) . ' given', E_USER_WARNING); return false; } if (!is_scalar($needle)) { user_error('stripos() needle is not a string or an integer.', E_USER_WARNING); return false; } if (!is_int($offset) && !is_bool($offset) && !is_null($offset)) { user_error('stripos() expects parameter 3 to be long, ' . gettype($offset) . ' given', E_USER_WARNING); return false; } // Manipulate the string if there is an offset $fix = 0; if (!is_null($offset)) { if ($offset > 0) { $haystack = substr($haystack, $offset, strlen($haystack) - $offset); $fix = $offset; } } $segments = explode(strtolower($needle), strtolower($haystack), 2); // Check there was a match if (count($segments) === 1) { return false; } $position = strlen($segments[0]) + $fix; return $position; } } /** * Ported PHP5 function to PHP4 for forward compatibility */ function clone($object) { return $object; } ?> www.jclemens.com - What is Joomla! ?
  • English
  • Deutsch

Login Form






Lost Password?
No account yet? Register

Online Information

We have 1 guest online

Image Rotator

  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album
  • Clemens Album

Tag Clouds

joomla

Joomla Modul

Home arrow About us arrow FAQ arrow What is Joomla! ?
ut type="hidden" name="url" value="'. $url .'" />'; $html .= ''; } $html .= ''; } return $html; } ?>
What is Joomla! ? PDF E-mail

Joomla is one of the most popular Open Source Content Management Systems (CMS),
and it is the result of a fork of the Open Source Project Mambo. Joomla
It enables people from all over the world to create and manage great websites.
Joomla has easy administration, multiple built-in and add-on features and Joomla
users have the opportunity to customize their web pages with Free Joomla templates.

Joomla! is written with the PHP programming language and uses the MySQL database.

The name "Joomla!", which is the English spelling of the Swahili word jumla meaning
"all together" or "as a whole", was announced to a mixed reception of 3000+ faithful
followers of the Development Team. It was chosen to reflect the commitment of the
development team and community to the project.

Advertisement

Last Updated ( Wednesday, 26 September 2007 )
 
< Prev   Next >

Survey