Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Untitled
SUBMITTED BY:
Guest
DATE:
Dec. 11, 2013, 5:54 a.m.
FORMAT:
Text only
SIZE:
516 Bytes
Raw
Download
Tweet
HITS:
830
Go to comments
Report
<?php
/**
* Created by PhpStorm.
* User: redex
* Date: 07.12.13
* Time: 18:48
*/
class PHPClass {
public function mult($a, $b)
{
return $a*$b;
}
public function sum($a, $b)
{
return $a+$b;
}
//
public function sub($a, $b)
{
return $a - $b;
}
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus