/[cvs]/bareface/yakka/library/YakkaSerialize.php
ViewVC logotype

Annotation of /bareface/yakka/library/YakkaSerialize.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Sun Jan 5 00:22:26 2003 UTC (21 years, 8 months ago) by bareface
Branch: MAIN
CVS Tags: HEAD
init;

1 bareface 1.1 <?php
2    
3     class YakkaSerialize {
4     function boolToString($bool) {
5     return $bool ? "true" : "false";
6     }
7    
8     function stringToBool($string) {
9     return $string == "true" ? true : false;
10     }
11     }
12    
13     ?>

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed