p4php-test.php #1

  • //
  • guest/
  • perforce_software/
  • p4php/
  • main/
  • jenkins/
  • p4php-test.php
  • View
  • Commits
  • Open Download .zip Download (240 B)
<?php

$p4 = new P4();
$p4->port = "ssl:shrine.perforce.ca:1666";
$p4->user = "swarm";
$p4->client = "test-ws";

$p4->connect();
$info = $p4->run("info");
foreach ($info[0] as $key => $val) {
	print "$key = $val\n";
}
$p4->disconnect();
?>
# Change User Description Committed
#1 24779 Robert Cowham P4PHP 2016.2.1490102