PHP Classes

File: p2doc_en.php

Recommend this page to a friend!
  Classes of Jose Giambruno   Power of 2 class   p2doc_en.php   Download  
File: p2doc_en.php
Role: Auxiliary script
Content type: text/plain
Description: english documentation
Class: Power of 2 class
Convert an integer in binary values and vice-versa
Author: By
Last change:
Date: 19 years ago
Size: 912 bytes
 

Contents

Class file image Download
<?php
echo "<html><body bgcolor=#ACBDB4>";
echo
"<a href=p2_sample.php>back</a>
<br><br><font size=4><pre><b>
*************************************************************
*** Class ‘Power’:
*** by José Giambruno josegiambruno@adinet.com.uy
*** - Generates a multiple of a power of 2 (p2), which allows
*** to retrieve a finite TRUE/FALSE string sequence.
*** - Allows to retrieve a finite TRUE/FALSE string from a
*** number generated by the procedure above.
***
*************************************************************/
*** Application:
*** - Can be applied to dynamic menus, without the need of
*** setting user levels.
*** - For error control in forms or any other type of fields,
*** since errors can be accumulated allowing to propose
*** a correction in one single instance.
*************************************************************/

</pre> "
;
?>