Guest User

Untitled

a guest
Aug 20th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. dotNET framework installed and run in process with php
  2. <?php
  3. try {
  4. $o = new DOTNET("mscorlib", "System.Object");
  5. echo 'success';
  6. }
  7. catch(com_exception $e) {
  8. echo 'failed';
  9. }
Add Comment
Please, Sign In to add comment