Advertising
advertising
related pastes to tag 'static'
- 821716 - static typing example: php static
-
- ---A---
- void MakeImage(t_image_size w, t_image_size h, t_image_bpp bpp, t_jpg_quality q, string name) {
- ... make_image(w,h,bpp);
- ...
- image -> encode(jpg, q);
- image -> save(name);
- ...
- 758783 - Cannonball: openvpn static key
-
- On the server:
- mkdir /etc/openvpn/keys
- openvpn --genrsa --secret /etc/openvpn/keys/private.key
- /etc/openvpn/server.conf:
- dev tun
- ifconfig 172.21.1.1 172.21.1.2
- 757516 - vol: static
- 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