Actually, the DES algorithm is a 2-way encryption algorithm.
However the implementation the manual refers to probably is 1-way, perhaps because the salt isnt kept.
In any case, crypt() doesnt have a corresponding decryption function in PHP.
If you want encryption functionality, write your own implementation, or use the mcrypt library