Support Joomla!

Packages

Package: Joomla-Framework

License

Content on this site is copyright © 2005 - 2008 Open Source Matters Inc and can be used in accordance with the Joomla! Electronic Documentation License. Some parts of this website may be subject to other licenses.

File/joomla/utilities/compat/php50x.php

Description
  • filesource: Source code for this file
  • license: GNU/GPL,
  • copyright: Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
  • version: $Id:php50x.php 6961 2007-03-15 16:06:53Z tcp $
Constants
FILE_APPEND = 8 (line 29)
FILE_USE_INCLUDE_PATH = 1 (line 25)

PHP 5.0.x Compatibility functions

  • since: 1.5
Functions
file_put_contents (line 42)

Replace file_put_contents()

void file_put_contents ( $filename,  $content, [ $flags = null], [ $resource_context = null])
  • $filename
  • $content
  • $flags
  • $resource_context
stripos (line 114)

Ported PHP5 function to PHP4 for forward compatibility

void stripos ( $haystack,  $needle, [ $offset = 0])
  • $haystack
  • $needle
  • $offset

Documentation generated on Sat, 14 Nov 2009 11:17:50 +0000 by phpDocumentor 1.3.1