Ignore:
Timestamp:
Oct 19, 2014, 6:47:57 PM (10 years ago)
Author:
chronos
Message:
  • Přidáno: Skript pro generování všech IPv6 adres u rozhraní z IPv6 podsítí a MAC adres.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/Global.php

    r702 r705  
    458458  }
    459459}
     460
     461function pack_array($v, $a)
     462{
     463        return call_user_func_array('pack', array_merge(array($v), (array)$a));
     464}
     465
Note: See TracChangeset for help on using the changeset viewer.