@@ -100,7 +100,7 @@ static PHP_METHOD(ServerDescription, getHost)
100
100
} /* }}} */
101
101
102
102
/* {{{ proto integer MongoDB\Driver\ServerDescription::getLastUpdateTime()
103
- Returns the server’ s last update time, in microseconds */
103
+ Returns the server' s last update time, in microseconds */
104
104
static PHP_METHOD (ServerDescription , getLastUpdateTime )
105
105
{
106
106
php_phongo_serverdescription_t * intern ;
@@ -122,7 +122,7 @@ static PHP_METHOD(ServerDescription, getLastUpdateTime)
122
122
} /* }}} */
123
123
124
124
/* {{{ proto integer MongoDB\Driver\ServerDescription::getPort()
125
- Returns the server’ s port */
125
+ Returns the server' s port */
126
126
static PHP_METHOD (ServerDescription , getPort )
127
127
{
128
128
php_phongo_serverdescription_t * intern ;
@@ -135,7 +135,7 @@ static PHP_METHOD(ServerDescription, getPort)
135
135
} /* }}} */
136
136
137
137
/* {{{ proto integer MongoDB\Driver\ServerDescription::getRoundTripTime()
138
- Returns the server’ s round trip time, in milliseconds */
138
+ Returns the server' s round trip time, in milliseconds */
139
139
static PHP_METHOD (ServerDescription , getRoundTripTime )
140
140
{
141
141
php_phongo_serverdescription_t * intern ;
@@ -153,7 +153,7 @@ static PHP_METHOD(ServerDescription, getRoundTripTime)
153
153
} /* }}} */
154
154
155
155
/* {{{ proto string MongoDB\Driver\ServerDescription::getType()
156
- Returns the server’ s node type */
156
+ Returns the server' s node type */
157
157
static PHP_METHOD (ServerDescription , getType )
158
158
{
159
159
php_phongo_serverdescription_t * intern ;
0 commit comments