phpDocumentor Naos
[ class tree: Naos ] [ index: Naos ] [ all elements ]

Class: Naos_String

Source Location: /String.php

Class Naos_String

Class Overview

Naos_String implements some string helper functions.

TODO: cleanup

Located in /String.php [line 26]



		
				Author(s):
		
Information Tags:
Copyright:  Copyright (c) 2008 Jupiter GmbH
License:  http://www.naos-framework.com/website.naos.framework/en/license

Methods

[ Top ]
Method Summary
static int   strpos()   Finds $needle in $haystack. If $needle is an array, the minimum of all positions is returned.
static void   xpathescape()  

[ Top ]
Methods
static method strpos  [line 36]

  static int strpos( string $haystack, array|string $needle, [int $offset = 0]  )

Finds $needle in $haystack. If $needle is an array, the minimum of all positions is returned.

Parameters:
string   $haystack: 
array|string   $needle: 
int   $offset: 

API Tags:
Access:  public


[ Top ]
static method xpathescape  [line 55]

  static void xpathescape( $string  )

Parameters:
   $string: 

API Tags:
Access:  public


[ Top ]

Documentation generated on Sat, 13 Sep 2008 01:41:01 -0400 by phpDocumentor 1.4.0