Strings
[ class tree: Strings ] [ index: Strings ] [ all elements ]

Class: STR_NBbinarySizes

Source Location: /STR_NBbinarySizes.php

Class Overview

Numbers
   |
   --STR_NBbinarySizes

This class manages STR_NBbinarySizes objects.


Author(s):

Version:

  • 2.1

Methods



Class Details

[line 37]
This class manages STR_NBbinarySizes objects.

Created on 13 aug 08

CHANGES: 2.0 -> 2.1: 27 jul 09 updated: file is PEAR compatible name of class has been changed from GGcity to GEOcity 1.0 -> 2.0: updated: phpdoc compatible in the way to generate documentation




Tags:

author:  Pierre-Dominique Vienne <pvienne@me.com>
version:  2.1
license:  GNU Public License


[ Top ]


Class Methods


method StrBytesSizes [line 66]

int StrBytesSizes( string $this->value)

Octal size calculation function

This function is used to returns octal size of a string. Result is returned

  1.  <?php
  2.  $oBinarySizes        new BinarySizes();
  3.  $oBinarySizes->value "foo bar TŽst";
  4.  echo $oBinarySizes->StrBytesSizes();
  5.  // 13
  6.  ?>




Tags:

return:  octal size of the string
since:  Version 1.0


Parameters:

string   $this->value   value to be checked (required)

[ Top ]


Documentation generated on Wed, 26 Aug 2009 12:30:49 +0200 by phpDocumentor 1.4.1