advertising
related pastes to tag 'class'
- 2108072 - class::mp3Data: php mp3 library class music id3 id3v2
-
- <?php
- if (!class_exists("getID3") && file_exists(dirname(__FILE__)."/getid3/getid3.php")) { require_once(dirname(__FILE__)."/getid3/getid3.php"); }
- // Requires getid3 - http://getid3.sourceforge.net/
- // Allows retrieval of MP3 ID3 information, including Album Artwork via this simple interface.
- // Sorry its not documented.
- // @version 0.2
- class mp3Data
- 2099575 - class::mp3Data: php mp3 library class music id3 id3v2
-
- <?php
- if (!class_exists("getID3") && file_exists(dirname(__FILE__)."/getid3/getid3.php")) { require_once(dirname(__FILE__)."/getid3/getid3.php"); }
- // Requires getid3 - http://getid3.sourceforge.net/
- // Allows retrieval of MP3 ID3 information, including Album Artwork via this simple interface.
- // Sorry its not documented.
- // @version 0.2
- class mp3Data
- 1844328 - function __autoload($ClassName) php class oo
- preview unavailable
- 1562826 - class::mp3Data: php mp3 library class music id3 id3v2
-
- <?php
- if (!class_exists("getID3") && file_exists(dirname(__FILE__)."/getid3/getid3.php")) { require_once(dirname(__FILE__)."/getid3/getid3.php"); }
- // Requires getid3 - http://getid3.sourceforge.net/
- // Allows retrieval of MP3 ID3 information, including Album Artwork via this simple interface.
- // Sorry its not documented.
- // @version 0.2
- class mp3Data
- 1414840 - smartTime function: php class function oop smarttime
-
- <?php
- /**
- * Name: Smart Time
- * Description: Think realistically. Everyone likes you when you do :)
- Note to self: You need to rewrite this function to use
- CASE instead of elseif statements, because nathan doesn't
- 1340108 - Registry.class.php: php class registry
- preview unavailable
- 1189108 - DataEncrypt Class: data class encrypt space
-
- # Class
- #---------
- class DataEncrypt
- #---------
- # the data
- attr_accessor :data
- attr_accessor :encrypt_key
- #---------
- 940509 - murd0ck: c class
-
- // the_first.cpp : Defines the entry point for the console application.
- //
- #include "stdafx.h"
- #include <cstdlib>
- #include <string>
- #include <ctime>
- #include <iostream>
- 636996 - ClassStore.class.php: class static object
-
- class ClassStore{
- private $nombre;
- private $statics;
- function __construct($nombre){
- $this->nombre=$nombre;
- }
- 625980 - abstract//static object overload: php magic class static __call method overloading