Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

advertising

related pastes to tag 'class'

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