phcon_remove ( var constraint_ID );

Removes the constraint with ID constraint_ID. The previously constrained objects continue to exist, however.

Parameters:

constraint_id -identifier of the constraint to be deleted

Returns:

1 if successful, 0 otherwise.

Speed:

Medium

Example:

phcon_remove(constraint1); // remove the constraint constraint1

See also:

phcon_add ► latest version online