Fatal error: undefined function pg_connect() in C:… Stack trace: #0 {main} thrown [duplicate]

how can I fix this error:

Fatal error: Uncaught Error: Call to undefined function pg_connect() in C:xmapphtdocsesamecopiavisualizzatabelle.php:11 Stack trace: #0 {main} thrown in C:xmapphtdocsesamecopiavisualizzatabelle.php on line 11

this is line 11 in the code:

$conn = pg_connect("host=localhost port=5432 dbname=ospedali user=postgres password=Miomatti29");